Skip to content

Commit

Permalink
Use node 16 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxhoundn authored Nov 24, 2023
1 parent 409d419 commit 5a55f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prvsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: echo "::set-output name=HEAD_COMMIT_MESSAGE::$(git show -s --format=%s)"
- uses: actions/setup-node@v3
with:
node-version: 18.18.0
node-version: 16.19.0
- name: Save release version to outputs
id: save_release_version
run: echo ::set-output name=version::$(node -pe "require('./package.json').version")
Expand Down

0 comments on commit 5a55f17

Please sign in to comment.