Skip to content

Commit

Permalink
build: upgrade node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Sep 3, 2024
1 parent 79b32dc commit 4297c62
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1,131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]

steps:
- name: Checkout 🛎
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]

steps:
- name: Checkout 🛎
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
Loading

0 comments on commit 4297c62

Please sign in to comment.