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.
1 parent 82c30c2 commit a2307fdCopy full SHA for a2307fd
.github/workflows/main.yml
@@ -20,15 +20,15 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- node: [16]
+ node: [20]
24
25
steps:
26
- name: Clone repository
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
28
with:
29
fetch-depth: 3
30
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
32
33
path: ~/.cache/yarn
34
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
@@ -50,7 +50,7 @@ jobs:
50
51
# always deploy (re-publish) GitHub demo page with a Prod build
52
- name: Deploy to gh-pages
53
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
54
if: github.ref == 'refs/heads/master'
55
56
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments