We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888e708 commit d8212c8Copy full SHA for d8212c8
1 file changed
.github/workflows/lint-test-deploy.yml
@@ -11,10 +11,10 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
14
- - name: Use Node.js 16.x
+ - name: Use Node.js 16
15
uses: actions/setup-node@v1
16
with:
17
- node-version: 16.x
+ node-version: 16
18
19
- name: Install dependencies
20
run: |
@@ -37,10 +37,10 @@ jobs:
37
38
39
40
41
42
43
44
45
46
0 commit comments