Skip to content

Commit ea38725

Browse files
committed
Include the pnpm action
1 parent 7615553 commit ea38725

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu, windows ]
20-
node-version: [18.x, 20.x, 21.x]
20+
node-version: [18.x, 20.x, 22.x]
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
24+
- uses: pnpm/action-setup@v4
25+
with:
26+
run_install: false
2527
- name: Use Node.js ${{ matrix.node-version }}
2628
uses: actions/setup-node@v4
2729
with:

0 commit comments

Comments
 (0)