Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a19dc17

Browse files
authored
ci: Bump Node from v12 to v14 for spl-token downstream users (#3047)
1 parent 24baf87 commit a19dc17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request-token-lending.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
js-test:
7070
runs-on: ubuntu-latest
7171
env:
72-
NODE_VERSION: 12.x
72+
NODE_VERSION: 14.x
7373
needs: cargo-test-bpf
7474
steps:
7575
- uses: actions/checkout@v2

.github/workflows/pull-request-token-swap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
js-test:
8585
runs-on: ubuntu-latest
8686
env:
87-
NODE_VERSION: 12.x
87+
NODE_VERSION: 14.x
8888
needs: cargo-test-bpf
8989
steps:
9090
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)