Skip to content

Commit

Permalink
ci: update node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeesley committed Sep 29, 2024
1 parent 29d318b commit acf0241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: ${{ inputs.ref }}
- uses: actions/setup-node@v4
with:
node-version: '18.13.0'
node-version-file: '.nvmrc'
- uses: actions/cache@v4
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: '18.13.0'
node-version-file: '.nvmrc'
- uses: actions/cache@v4
id: cache
with:
Expand Down

0 comments on commit acf0241

Please sign in to comment.