Skip to content

Commit 5253ca7

Browse files
authored
Merge pull request #403 from auth0/fix/publish-ci-workflow-node-issue
ci(core): bump node to 22 in unit-test and publish workflows
2 parents 8b0ae12 + 696cd72 commit 5253ca7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-public-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js
6060
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6161
with:
62-
node-version: "20"
62+
node-version: "22"
6363
cache: "pnpm"
6464
registry-url: "https://registry.npmjs.org"
6565

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4040
with:
41-
node-version: "20"
41+
node-version: "22"
4242
cache: "pnpm"
4343

4444
- name: Install dependencies

0 commit comments

Comments
 (0)