Skip to content

Commit 7f365eb

Browse files
committed
chore(github actions): update pnpm and node versions
1 parent 2e4a082 commit 7f365eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Setup pnpm
2626
uses: pnpm/[email protected]
2727
with:
28-
version: 7
28+
version: 9
2929

3030
- name: Use Node
3131
uses: actions/setup-node@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node_version: [16, 18, 20, 21]
13+
node_version: [16, 18, 20, 21, 22]
1414

1515
steps:
1616
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)