We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1647182 + e2f032a commit dc043c0Copy full SHA for dc043c0
.github/workflows/gh-page.yml
@@ -15,7 +15,7 @@ jobs:
15
persist-credentials: false
16
17
- name: Use Node
18
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
19
with:
20
node-version: 16
21
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v3
23
24
25
26
27
node-version: ${{ matrix.node-version }}
28
0 commit comments