Skip to content

Commit

Permalink
ci: ugrade node version from 18 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Jan 8, 2025
1 parent 0b19b9b commit e131758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22

- name: Install stable toolchain, tools, and restore cache
uses: ./.github/workflows/actions/toolchain-and-cache
with:
Expand Down

0 comments on commit e131758

Please sign in to comment.