We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d60a88 commit 303fcaeCopy full SHA for 303fcae
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [15.x, 16.x]
+ node-version: [14.x, 16.x]
19
20
steps:
21
- name: Checkout
.github/workflows/publish.yaml
@@ -16,10 +16,10 @@ jobs:
with:
ref: ${{ github.event.release.target_commitish }}
- - name: Use Node.js v15
+ - name: Use Node.js v16
uses: actions/setup-node@v1
22
- node-version: 15.x
+ node-version: 16.x
23
registry-url: https://registry.npmjs.org/
24
25
- name: Install Dependencies And Compile TS
0 commit comments