Browse Source

ci: update Node.js from version 14 to version 16

Node.js 14 is not maintained anymore, so we can drop support for it.
pull/3783/head
Ayke van Laethem 2 years ago
committed by Ron Evans
parent
commit
6d5f4c4be2
  1. 2
      .github/workflows/linux.yml

2
.github/workflows/linux.yml

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

Loading…
Cancel
Save