We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5826493 commit 69fb5a0Copy full SHA for 69fb5a0
2 files changed
.github/node.js.yml .github/workflows/node.js.yml.github/node.js.yml renamed to .github/workflows/node.js.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- node-version: [12.x, 14.x]
+ node-version: [16.x]
15
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
17
steps:
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: "npm"
24
- - run: npm ci
+ - run: npm ci --legacy-peer-deps
25
- run: npm run build:ci --if-present
26
- name: "Upload Artifact"
27
uses: actions/upload-artifact@v3
.nvmrc
@@ -0,0 +1 @@
1
+16
0 commit comments