We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed0d57 commit 8daad48Copy full SHA for 8daad48
1 file changed
.github/workflows/node.js.yml
@@ -16,16 +16,12 @@ jobs:
16
17
runs-on: ubuntu-latest
18
19
- strategy:
20
- matrix:
21
- node-version: [14.x]
22
-
23
steps:
24
- - uses: actions/checkout@v2
25
- - name: Use Node.js ${{ matrix.node-version }}
26
- uses: actions/setup-node@v1
+ - uses: actions/checkout@v4
+ - name: Use Node.js
+ uses: actions/setup-node@v3
27
with:
28
- node-version: ${{ matrix.node-version }}
+ node-version: 18
29
- run: npm ci
30
- run: npm run build --if-present
31
- run: npm test
0 commit comments