Skip to content

Commit b641391

Browse files
committed
Update build-and-release.yml
1 parent f0709aa commit b641391

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: npm
2121

2222
- run: npm ci
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-node@v4
4747
with:
48-
node-version: 20
48+
node-version: 22
4949
cache: npm
5050

5151
- run: npm ci
@@ -67,7 +67,7 @@ jobs:
6767

6868
- uses: actions/setup-node@v4
6969
with:
70-
node-version: 20
70+
node-version: 22
7171
cache: npm
7272

7373
- run: npm ci

0 commit comments

Comments
 (0)