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 6fca288 commit 858856aCopy full SHA for 858856a
.github/workflows/website.yml
@@ -11,10 +11,10 @@ jobs:
11
if: github.event_name != 'push'
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v1
15
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
- node-version: 16.x
+ node-version: 20
18
- name: Test Build
19
run: |
20
yarn install --frozen-lockfile;
@@ -25,10 +25,10 @@ jobs:
25
if: github.event_name != 'pull_request'
26
27
28
29
30
31
32
- uses: webfactory/ssh-agent@v0.5.0
33
34
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
0 commit comments