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 bf90e8e commit 8ff8d55Copy full SHA for 8ff8d55
.github/workflows/build-test.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Fetch submodules
13
run: git submodule update --init --recursive
14
- name: Setup Node
15
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
16
with:
17
node-version: "16.x"
18
cache: 'yarn'
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
submodules: recursive
19
20
21
.github/workflows/remark-lint.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
11
node-version: '16.x'
0 commit comments