Skip to content

Commit

Permalink
setup node before building it
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamaru committed Oct 4, 2024
1 parent 3041dbd commit b74ea00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bump-cache-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
git pull origin master
timestamp=$(date +%Y%m%d%H%M%S)
git checkout -b bump-cache-version-${{ github.event.inputs.cache_version }}-$timestamp
- name: Use Node.js 21.7.1
uses: actions/setup-node@v3
with:
node-version: '21.7.1'

- name: Update package.json
run: |
Expand Down

0 comments on commit b74ea00

Please sign in to comment.