Skip to content

Commit c0cdccf

Browse files
Update node to v22
1 parent bbabd6a commit c0cdccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js 20.x
1414
uses: actions/setup-node@v3.9.1
1515
with:
16-
node-version: 20.x
16+
node-version: 22.x
1717

1818
- name: Use cached node_modules
1919
uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js 20.x
2020
uses: actions/setup-node@v3.9.1
2121
with:
22-
node-version: 20.x
22+
node-version: 22.x
2323
cache: npm
2424

2525
- name: Install dependencies

0 commit comments

Comments
 (0)