We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fcbf8 commit 5b76b19Copy full SHA for 5b76b19
.github/workflows/gh-pages.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node-version }}
19
cache: yarn
.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
20
21
22
23
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments