Skip to content

Commit b5e39ab

Browse files
authored
ci: update node version (#75)
1 parent a1fa8a8 commit b5e39ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 22
1818
- run: corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 22
2222
cache: "pnpm"
2323
cache-dependency-path: "**/pnpm-lock.yaml"
2424
- run: pnpm install --frozen-lockfile --prefer-offline

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
- run: corepack enable
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 22
2424
registry-url: "https://registry.npmjs.org"
2525
cache: "pnpm"
2626
cache-dependency-path: "**/pnpm-lock.yaml"

0 commit comments

Comments
 (0)