Skip to content

Commit

Permalink
update nodejs to v20.10 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeldenker committed Feb 22, 2024
1 parent 1260ba0 commit 541019e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cargo-about
- uses: actions/setup-node@v4
with:
node-version: 20.10
- name: Run CI
run: ./scripts/ci/all
- name: Test
Expand Down

0 comments on commit 541019e

Please sign in to comment.