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 bcec270 + e5840e4 commit df1addaCopy full SHA for df1adda
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
node-version: [16.x, 18.x, 20.x]
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
- name: Setup NodeJS ${{ matrix.node-version }}
14
uses: actions/setup-node@v3
15
with:
@@ -32,7 +32,7 @@ jobs:
32
needs: [build]
33
34
35
36
37
fetch-depth: 0
38
token: ${{ secrets.GIT_PUSH_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
69
needs: [publish]
70
71
72
73
74
repository: ${{github.repository}}.wiki
75
0 commit comments