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 9c5864e commit bad2a02Copy full SHA for bad2a02
.github/workflows/unit.yml
@@ -31,16 +31,10 @@ jobs:
31
32
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
33
with:
34
- node-version: '20.x'
+ node-version-file: 'package.json'
35
36
- name: 'npm build'
37
run: 'npm ci && npm run build'
38
39
- - name: 'npm lint'
40
- # There's no need to run the linter for each operating system, since it
41
- # will find the same thing 3x and clog up the PR review.
42
- if: ${{ matrix.os == 'ubuntu-latest' }}
43
- run: 'npm run lint'
44
-
45
- name: 'npm test'
46
run: 'npm run test'
0 commit comments