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 e515824 commit 72b3514Copy full SHA for 72b3514
.github/workflows/lint.yml
@@ -1,19 +1,19 @@
1
-on:
2
- push:
3
- pull_request:
4
-
5
-jobs:
6
- lint:
7
- name: Lint - Node ${{ matrix.node }}
8
- runs-on: ubuntu-latest
9
- strategy:
10
- matrix:
11
- node: [ 14, 16, 18 ]
12
- steps:
13
- - uses: actions/checkout@v4
14
- - uses: actions/setup-node@v4
15
- with:
16
- node-version: ${{ matrix.node }}
17
- cache: 'npm'
18
- - run: npm install
19
- - run: npm test
+on:
+ push:
+ pull_request:
+
+jobs:
+ lint:
+ name: Lint - Node ${{ matrix.node }}
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ node: [ 22 ]
+ steps:
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
+ with:
+ node-version: ${{ matrix.node }}
+ cache: 'npm'
+ - run: npm install
+ - run: npm test
0 commit comments