Skip to content

Commit 0d8d177

Browse files
committed
feat: update ci yarml config for pnpm
1 parent bfe4c52 commit 0d8d177

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ jobs:
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
24+
- name: Install pnpm
25+
users: pnpm/action-setup@v4
26+
with:
27+
version: 10
2428
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
29+
uses: actions/setup-node@v4
2630
with:
2731
node-version: ${{ matrix.node-version }}
2832
cache: 'pnpm'

0 commit comments

Comments
 (0)