Skip to content

Commit 5ded3d1

Browse files
tilacogleoyvens
authored andcommitted
update nodejs from v11 to v14
1 parent 4b42936 commit 5ded3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
~/.cargo/git
4949
key: test-cargo-${{ hashFiles('**/Cargo.toml') }}
5050

51-
- name: Install Node 11
51+
- name: Install Node 14
5252
uses: actions/setup-node@v2
5353
with:
54-
node-version: '11'
54+
node-version: '14'
5555

5656
- name: Install rust toolchain
5757
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)