We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd3cbf commit e4df65cCopy full SHA for e4df65c
.github/workflows/deploy-gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v2
21
- uses: actions/setup-node@v2
22
with:
23
- node-version: '14'
+ node-version: '16'
24
cache: 'npm'
25
- run: npm install
26
- run: npm run docs
.github/workflows/lint-and-test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- nodejs: [10, 12, 14]
+ nodejs: [10, 12, 14, 16]
12
13
steps:
14
.github/workflows/release-package.yml
@@ -11,7 +11,7 @@ jobs:
- node-version: 14
+ node-version: 16
15
- run: npm ci
16
- run: npm test
17
0 commit comments