Skip to content

Commit 4033dde

Browse files
Update dependency node to v22
1 parent ba6ce74 commit 4033dde

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-PROD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
##############################################################
4444
- uses: actions/[email protected]
4545
with:
46-
node-version: "18.x"
46+
node-version: "22.x"
4747
registry-url: "https://registry.npmjs.org"
4848
- run: npm install
4949
- run: npm run test:coverage

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
##############################################################
3939
- uses: actions/[email protected]
4040
with:
41-
node-version: "18.x"
41+
node-version: "22.x"
4242
registry-url: "https://registry.npmjs.org"
4343
- run: npm install
4444
- run: npm run test:coverage

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/[email protected]
1515
with:
16-
node-version: "18.x"
16+
node-version: "22.x"
1717
registry-url: "https://registry.npmjs.org"
1818
- name: Install dependencies and link
1919
run: npm ci && npm link
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
- uses: actions/[email protected]
3434
with:
35-
node-version: "18.x"
35+
node-version: "22.x"
3636
registry-url: "https://registry.npmjs.org"
3737
- name: Install dependencies and link
3838
run: npm ci && npm link
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v4
4848
- uses: actions/[email protected]
4949
with:
50-
node-version: "18.x"
50+
node-version: "22.x"
5151
registry-url: "https://registry.npmjs.org"
5252
- name: Install dependencies and link
5353
run: npm ci && npm link

0 commit comments

Comments
 (0)