Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 6fdcd83

Browse files
committed
fix(node): update node version to 22
1 parent 651f3c7 commit 6fdcd83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Setup .npmrc file to publish to npm
3434
- uses: actions/[email protected]
3535
with:
36-
node-version: 20
36+
node-version: 22.x
3737
- name: Setup Dependencies
3838
run: |
3939
npm ci

.github/workflows/generate-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Setup .npmrc file to publish to npm
2929
- uses: actions/[email protected]
3030
with:
31-
node-version: 20.x
31+
node-version: 22.x
3232
registry-url: https://registry.npmjs.org
3333
scope: rubenhalman
3434
- name: Generate New Release Number

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [macos-latest, windows-latest]
21-
node-version: [18.x, 20.x]
21+
node-version: [20.x, 22.x]
2222

2323
timeout-minutes: 15
2424
steps:

0 commit comments

Comments
 (0)