Skip to content

Commit

Permalink
bump version of node use for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Feb 9, 2025
1 parent 92c3e48 commit a69fa05
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: Use Node.js 20.17.0
uses: actions/setup-node@v4
with:
node-version: 18.14.0
node-version: 20.17.0
cache: yarn

- name: Download all artifacts
Expand Down

0 comments on commit a69fa05

Please sign in to comment.