We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d6d31 commit b84e25bCopy full SHA for b84e25b
.github/workflows/deploy.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 16
+ node-version: 14
15
cache: 'npm'
16
17
- name: Build
.github/workflows/lint.yaml
@@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
18
- node-version: 16.x
+ node-version: 14.x
19
- name: Lint
20
run: |
21
npm install
0 commit comments