Skip to content

Commit 8daad48

Browse files
committed
update github actions
1 parent 5ed0d57 commit 8daad48

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ jobs:
1616

1717
runs-on: ubuntu-latest
1818

19-
strategy:
20-
matrix:
21-
node-version: [14.x]
22-
2319
steps:
24-
- uses: actions/checkout@v2
25-
- name: Use Node.js ${{ matrix.node-version }}
26-
uses: actions/setup-node@v1
20+
- uses: actions/checkout@v4
21+
- name: Use Node.js
22+
uses: actions/setup-node@v3
2723
with:
28-
node-version: ${{ matrix.node-version }}
24+
node-version: 18
2925
- run: npm ci
3026
- run: npm run build --if-present
3127
- run: npm test

0 commit comments

Comments
 (0)