Skip to content

Commit dd9b862

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] NodeJS rewrite.
1 parent 577990b commit dd9b862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-24.04
15+
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
@@ -32,8 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: npm ci --verbose
3434

35-
- name: Lint
36-
run: npm run lint
35+
# - name: Lint
36+
# run: npm run lint
3737

3838
- name: Run the tests
3939
run: npm run jest:ci

0 commit comments

Comments
 (0)