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 7df7e14 commit 07a1f62Copy full SHA for 07a1f62
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node.js environment
20
uses: actions/[email protected]
21
with:
22
- node-version: 14.x
+ node-version: 20
23
- name: Build
24
run: |
25
npm install
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
14
- node-version: 16
15
cache: 'npm'
16
17
.github/workflows/lint.yml
- node-version: 16.x
- name: Lint
0 commit comments