Skip to content

Commit b8a9188

Browse files
committed
chore(ci): node 22.x
1 parent 9efb47f commit b8a9188

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2
19+
uses: pnpm/action-setup@v4
2020

2121
- name: Set node
2222
uses: actions/setup-node@v4

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19+
node-version: [22.x]
1920
node-version-file: ['package.json']
2021
# os: [ubuntu-latest, windows-latest, macos-latest]
2122
os: [ubuntu-latest]

0 commit comments

Comments
 (0)