Compare commits
No commits in common. "cad09a9e3f0ce42bac695ec5ac878df25a52ba38" and "11dce43a99a92fd8a8bf3b732c95a60dcc154428" have entirely different histories.
cad09a9e3f
...
11dce43a99
1 changed files with 3 additions and 5 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -10,12 +10,10 @@ jobs:
|
|||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v3"
|
||||
uses: "actions/checkout@v2"
|
||||
|
||||
- name: "Setup NodeJS"
|
||||
uses: "actions/setup-node@v3"
|
||||
with:
|
||||
node-version: 16
|
||||
uses: "actions/setup-node@v2.1.0"
|
||||
|
||||
- name: "Install Dependencies"
|
||||
run: "npm install"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue