We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c8f24 commit b1f01aaCopy full SHA for b1f01aa
.github/workflows/codecov.yml
@@ -9,13 +9,12 @@ jobs:
9
runs-on: ubuntu-latest
10
name: Test drupal-jsonapi-params
11
steps:
12
- - uses: actions/checkout@v1
13
- - uses: actions/setup-node@v2
14
- with:
15
- node-version: '16'
+ - uses: actions/checkout@v3
+ - name: Setup pnpm
+ uses: pnpm/action-setup@v3
16
- name: Install requirements
17
- run: npm install
+ run: pnpm install
18
- name: Run tests and collect coverage
19
- run: npm run test
+ run: pnpm run test
20
- name: Upload coverage reports to Codecov with GitHub Action
21
uses: codecov/codecov-action@v2
0 commit comments