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