Skip to content

Commit 27ca127

Browse files
committed
chore: use Node 22 in GH workflows
1 parent 4e700c0 commit 27ca127

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: "18"
20+
node-version: "22"
2121
cache: "npm"
2222
cache-dependency-path: package-lock.json
2323
- name: Update to latest NPM version
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838
- uses: actions/setup-node@v3
3939
with:
40-
node-version: "18"
40+
node-version: "22"
4141
cache: "npm"
4242
cache-dependency-path: package-lock.json
4343
- name: Update to latest NPM version
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v3
6060
- uses: actions/setup-node@v3
6161
with:
62-
node-version: "18"
62+
node-version: "22"
6363
cache: "npm"
6464
cache-dependency-path: package-lock.json
6565
- name: Update to latest NPM version

0 commit comments

Comments
 (0)