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 603bfdc commit 9eb8703Copy full SHA for 9eb8703
.github/workflows/unittest.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
- name: Install Node.js
23
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
24
with:
25
node-version: 16.x
26
- run: npm install
0 commit comments