ci: use node@10.2.0 instead of node@10.0.0 to run napi3 tests
This commit is contained in:
parent
45411a59ea
commit
2d099f7d1f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/napi3.yaml
vendored
8
.github/workflows/napi3.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: stable - x86_64-unknown-linux-gnu - node@10.0
|
name: stable - x86_64-unknown-linux-gnu - node@10.2
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -15,9 +15,9 @@ jobs:
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
run: |
|
run: |
|
||||||
wget https://nodejs.org/dist/v10.0.0/node-v10.0.0-linux-x64.tar.xz
|
wget https://nodejs.org/dist/v10.2.0/node-v10.2.0-linux-x64.tar.xz
|
||||||
tar xf node-v10.0.0-linux-x64.tar.xz
|
tar xf node-v10.2.0-linux-x64.tar.xz
|
||||||
echo "::add-path::$(pwd)/node-v10.0.0-linux-x64/bin"
|
echo "::add-path::$(pwd)/node-v10.2.0-linux-x64/bin"
|
||||||
|
|
||||||
- name: Install stable
|
- name: Install stable
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
|
Loading…
Reference in a new issue