We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1818f63 commit 9f3a211Copy full SHA for 9f3a211
.github/workflows/nodejs.yml
@@ -6,16 +6,11 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
- strategy:
10
- matrix:
11
- node-version: [14.x]
12
-
13
steps:
14
- - uses: actions/checkout@v1
15
- - name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
17
with:
18
- node-version: ${{ matrix.node-version }}
+ node-version: 16
19
- name: Run install and tests
20
run: |
21
yarn
0 commit comments