Skip to content

Commit

Permalink
chore: Update Node.js version to 22.12.0 in .nvmrc and CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen committed Dec 20, 2024
1 parent 3b15641 commit f9ab9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04]
node: [20]
node: [22]

steps:
- name: Checkout 🛎
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.7.0
v22.12.0

0 comments on commit f9ab9c2

Please sign in to comment.