Skip to content

Commit 9f3a211

Browse files
Use newer actions
1 parent 1818f63 commit 9f3a211

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88

9-
strategy:
10-
matrix:
11-
node-version: [14.x]
12-
139
steps:
14-
- uses: actions/checkout@v1
15-
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v1
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-node@v3
1712
with:
18-
node-version: ${{ matrix.node-version }}
13+
node-version: 16
1914
- name: Run install and tests
2015
run: |
2116
yarn

0 commit comments

Comments
 (0)