mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
ci: update Node.js from version 14 to version 16
Node.js 14 is not maintained anymore, so we can drop support for it.
This commit is contained in:
committed by
Ron Evans
parent
0cb5d336f4
commit
6d5f4c4be2
@@ -182,7 +182,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
- name: Install wasmtime
|
||||
run: |
|
||||
mkdir -p $HOME/.wasmtime $HOME/.wasmtime/bin
|
||||
|
||||
Reference in New Issue
Block a user