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 6d7a8bb commit b36a943Copy full SHA for b36a943
1 file changed
.github/workflows/test.yml
@@ -7,12 +7,15 @@ on:
7
branches: [main, develop]
8
workflow_dispatch:
9
10
+node_versions: &node_versions
11
+ - 'lts/*'
12
+
13
jobs:
14
lint:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
- node-version: ['lts/*']
18
+ node-version: *node_versions
19
steps:
20
- uses: actions/checkout@v6
21
- name: Setup Node.js ${{ matrix.node-version }}
@@ -32,7 +35,7 @@ jobs:
32
35
33
36
fail-fast: false
34
37
38
39
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
40
41
@@ -56,7 +59,7 @@ jobs:
56
59
57
60
58
61
62
63
64
65
0 commit comments