We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7083b9e commit b134a70Copy full SHA for b134a70
2 files changed
.github/workflows/gh-pages.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Use Node.js ${{ matrix.node-version }}
13
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
14
with:
15
node-version: ${{ matrix.node-version }}
16
- name: Install package dependencies
.github/workflows/node.js.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments