Skip to content

Commit 564aa69

Browse files
committed
workflow: update ci dependencies
1 parent 6f2e3d4 commit 564aa69

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: pnpm/action-setup@v2
10+
- uses: actions/checkout@v3
11+
- name: Install pnpm
12+
uses: pnpm/action-setup@v2
13+
- name: Set node
14+
uses: actions/setup-node@v3
1215
with:
13-
version: 7.9.5
14-
- uses: actions/setup-node@v3
15-
with:
16-
node-version: '16'
17-
cache: 'pnpm'
16+
node-version: 18.x
17+
cache: pnpm
1818
- name: Install
1919
run: |
2020
pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)