We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da9d02 commit 0f58f19Copy full SHA for 0f58f19
.github/workflows/deploy-docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install Node.js
13
uses: actions/setup-node@v3
14
with:
15
- node-version: 18
+ node-version: 20
16
cache: npm
17
18
- name: Install dependencies
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Actions
10
strategy:
11
matrix:
- node-version: [18]
+ node-version: [20]
runs-on: ubuntu-latest
container:
image: node:${{ matrix.node-version }}
0 commit comments