Skip to content

Commit e4df65c

Browse files
committed
Further attempts to avoid github actions problem
1 parent efd3cbf commit e4df65c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: '14'
23+
node-version: '16'
2424
cache: 'npm'
2525
- run: npm install
2626
- run: npm run docs

.github/workflows/lint-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
nodejs: [10, 12, 14]
11+
nodejs: [10, 12, 14, 16]
1212

1313
steps:
1414
- uses: actions/checkout@v2

.github/workflows/release-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 14
14+
node-version: 16
1515
- run: npm ci
1616
- run: npm test
1717

0 commit comments

Comments
 (0)