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 ef987cc commit 483b8faCopy full SHA for 483b8fa
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '14'
+ node-version: '18'
22
- run: npm ci
23
- run: npm run lint
24
- run: npm run build
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
- name: Setup Node
- node-version: '16'
25
- name: Install dependencies
26
run: npm ci
27
- name: Setup release environment
0 commit comments