ci: Bump Node from v12 to v14 for spl-token downstream users (#3047)
This commit is contained in:
parent
24baf875e9
commit
a19dc170e8
|
@ -69,7 +69,7 @@ jobs:
|
||||||
js-test:
|
js-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: 12.x
|
NODE_VERSION: 14.x
|
||||||
needs: cargo-test-bpf
|
needs: cargo-test-bpf
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
js-test:
|
js-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: 12.x
|
NODE_VERSION: 14.x
|
||||||
needs: cargo-test-bpf
|
needs: cargo-test-bpf
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue