We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5a513 commit 06546dcCopy full SHA for 06546dc
2 files changed
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-node@v4
14
with:
15
cache: npm
16
- node-version: 16
+ node-version: 20
17
- name: Install
18
run: npm ci
19
- name: Generate docs
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
- node_version: [14, 16]
+ node_version: [18, 20]
steps:
- uses: actions/checkout@v4
env:
@@ -30,7 +30,7 @@ jobs:
30
- name: Test
31
run: npm test
32
- uses: stefanzweifel/git-auto-commit-action@v5
33
- if: ${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.node_version == 16 }}
+ if: ${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.node_version == 20 }}
34
35
commit_message: Update Build
36
file_pattern: 'build/*.js'
0 commit comments