Skip to content

Commit 0998a5d

Browse files
committed
workflow: update ci dependencies
1 parent 1ccdeb8 commit 0998a5d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
- name: Install pnpm
1211
- uses: pnpm/action-setup@v2
1312
with:
1413
version: 7.9.5
15-
- name: Set node
16-
uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v3
1715
with:
18-
node-version: 18.x
19-
cache: pnpm
16+
node-version: '16'
17+
cache: 'pnpm'
2018
- name: Install
2119
run: |
2220
pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)