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 577990b commit dd9b862Copy full SHA for dd9b862
.github/workflows/node.js.yml
@@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
12
13
jobs:
14
build:
15
- runs-on: ubuntu-24.04
+ runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
@@ -32,8 +32,8 @@ jobs:
32
- name: Install dependencies
33
run: npm ci --verbose
34
35
- - name: Lint
36
- run: npm run lint
+ # - name: Lint
+ # run: npm run lint
37
38
- name: Run the tests
39
run: npm run jest:ci
0 commit comments