ci: Bump Node from v12 to v14 for spl-token downstream users (#3047)

This commit is contained in:
Jon Cinque 2022-03-29 19:08:51 +02:00 committed by GitHub
parent 24baf875e9
commit a19dc170e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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