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 41c144a commit 30a0b51Copy full SHA for 30a0b51
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v2
22
23
- name: Setup Node.js environment
24
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
25
with:
26
node-version: "16"
27
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
14
15
16
17
18
- name: Install the Dependencies
0 commit comments