Skip to content

Commit 611318b

Browse files
committed
fix: workflows
1 parent a5bc03f commit 611318b

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ jobs:
1010
matrix:
1111
node-version: [14.x, 16.x, 18.x]
1212

13-
steps:
14-
- uses: actions/checkout@v2
15-
16-
- name: Setup Node 16
17-
uses: actions/setup-node@v1
18-
with:
19-
node-version: 16
20-
registry-url: https://registry.npmjs.org/
13+
steps:
14+
- uses: actions/checkout@v2
15+
16+
- name: Setup Node 16
17+
uses: actions/setup-node@v1
18+
with:
19+
node-version: 16
20+
registry-url: https://registry.npmjs.org/
2121

22-
- name: Setup PNPM
23-
uses: pnpm/[email protected]
24-
with:
25-
version: 7.0.0
22+
- name: Setup PNPM
23+
uses: pnpm/[email protected]
24+
with:
25+
version: 7.0.0
2626

27-
- name: Install
28-
run: pnpm install
27+
- name: Install
28+
run: pnpm install
2929

30-
- name: Test
31-
run: pnpm test
30+
- name: Test
31+
run: pnpm test

.github/workflows/release.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ jobs:
1212
matrix:
1313
node-version: [14.x, 16.x, 18.x]
1414

15-
steps:
16-
- uses: actions/checkout@v2
17-
18-
- name: Setup Node 16
19-
uses: actions/setup-node@v1
20-
with:
21-
node-version: 16
22-
registry-url: https://registry.npmjs.org/
23-
24-
- name: Setup PNPM
25-
uses: pnpm/[email protected]
26-
with:
27-
version: 7.0.0
28-
29-
- name: Install
30-
run: pnpm install
31-
32-
- name: Test
33-
run: pnpm test
15+
steps:
16+
- uses: actions/checkout@v2
17+
18+
- name: Setup Node 16
19+
uses: actions/setup-node@v1
20+
with:
21+
node-version: 16
22+
registry-url: https://registry.npmjs.org/
23+
24+
- name: Setup PNPM
25+
uses: pnpm/[email protected]
26+
with:
27+
version: 7.0.0
28+
29+
- name: Install
30+
run: pnpm install
31+
32+
- name: Test
33+
run: pnpm test
3434

3535
publish-npm:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)