Skip to content

Commit 0130c20

Browse files
ci: update workflows node version
1 parent 440bbf4 commit 0130c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [18]
18+
node: [22]
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: corepack enable
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: '18'
20+
node-version: '22'
2121
cache: pnpm
2222
# Pick your own package manager and build script
2323
- run: pnpm install

0 commit comments

Comments
 (0)