Skip to content

Commit

Permalink
Update GitHub Actions workflow to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 15, 2025
1 parent f1b4c34 commit 35ba471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down

0 comments on commit 35ba471

Please # to comment.