Skip to content

Commit b1f01aa

Browse files
committed
ci: update codecov actions to use pnpm/action-setup@v3
1 parent e3c8f24 commit b1f01aa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/codecov.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
name: Test drupal-jsonapi-params
1111
steps:
12-
- uses: actions/checkout@v1
13-
- uses: actions/setup-node@v2
14-
with:
15-
node-version: '16'
12+
- uses: actions/checkout@v3
13+
- name: Setup pnpm
14+
uses: pnpm/action-setup@v3
1615
- name: Install requirements
17-
run: npm install
16+
run: pnpm install
1817
- name: Run tests and collect coverage
19-
run: npm run test
18+
run: pnpm run test
2019
- name: Upload coverage reports to Codecov with GitHub Action
2120
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)