Skip to content

Commit 086f5a4

Browse files
committed
Update workflows
1 parent ee53057 commit 086f5a4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ jobs:
66
build-and-test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- uses: actions/setup-node@v1
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-node@v3
1111
with:
1212
node-version-file: '.nvmrc'
1313
cache: 'pnpm'
14+
- uses: pnpm/action-setup@v2
15+
name: Install pnpm
16+
id: pnpm-install
17+
with:
18+
version: 7
1419
- name: Install
1520
run: pnpm install
1621
- name: Lint

0 commit comments

Comments
 (0)