Skip to content

Commit

Permalink
ci: require node 18.18.2 for workflow jobs
Browse files Browse the repository at this point in the history
Without #5990, this breaks on 18.19.x and above. See: #5910.
  • Loading branch information
quisquous committed Dec 7, 2023
1 parent f1fea24 commit 9eb2cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-js-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '18.18.2'
cache: 'npm'

- name: Install Dependencies
Expand Down

0 comments on commit 9eb2cd1

Please sign in to comment.