Skip to content

Commit

Permalink
Use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Feb 18, 2024
1 parent 6087192 commit 1287115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
components: rustfmt, clippy

- name: Setup Node.js
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v4.0.2
with:
node-version: '16.x'
node-version: '20'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1287115

Please sign in to comment.