Skip to content

Commit

Permalink
upgrade to node 22 - experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Feb 12, 2025
1 parent 5fa1cea commit fa52b1d
Show file tree
Hide file tree
Showing 4 changed files with 7,236 additions and 7,163 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Javascript/Node
uses: actions/setup-node@v4
with:
node-version: 18.19.0
node-version: 22.14.0

- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v4
with:
node-version: 18.19.0
node-version: 22.14.0

- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Javascript/Node
uses: actions/setup-node@v4
with:
node-version: 18.19.0
node-version: 22.14.0

- name: Check out code
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit fa52b1d

Please sign in to comment.