Skip to content

Commit

Permalink
install newer version of node when creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 11, 2024
1 parent bb2c237 commit 81b2430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 18.14.0
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version-file: '.node-version'
cache: yarn

- name: Download all artifacts
Expand Down

0 comments on commit 81b2430

Please sign in to comment.