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 42e40c2 commit 9fe3bf7Copy full SHA for 9fe3bf7
ā.github/workflows/ci.yml
@@ -11,19 +11,13 @@ on:
11
12
jobs:
13
build:
14
-
15
runs-on: macOS-latest
16
17
- strategy:
18
- matrix:
19
- node-version: [10.x, 12.x]
20
21
steps:
22
- - uses: actions/checkout@v2
23
- - name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v4
25
with:
26
- node-version: ${{ matrix.node-version }}
+ node-version: 23
27
- run: npm ci
28
- run: npm run lint
29
- run: npm test
0 commit comments