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 df091ae commit d978acdCopy full SHA for d978acd
3 files changed
.github/workflows/continuous-integration.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node
20
uses: actions/setup-node@v3
21
with:
22
- node-version: lts/*
+ node-version: 16
23
cache: 'npm'
24
- name: Install dependencies
25
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
0 commit comments