diff options
author | Ayke van Laethem <[email protected]> | 2023-04-30 17:53:07 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-06-17 18:08:09 +0200 |
commit | 6d5f4c4be2096b0d84dffbd7a0960fd6249c4b6b (patch) | |
tree | cd144a74bd6821a7571712344af9b332ce7effa4 /.github | |
parent | 0cb5d336f428d8bfc420461f4a1d0b50d8294a48 (diff) | |
download | tinygo-6d5f4c4be2096b0d84dffbd7a0960fd6249c4b6b.tar.gz tinygo-6d5f4c4be2096b0d84dffbd7a0960fd6249c4b6b.zip |
ci: update Node.js from version 14 to version 16
Node.js 14 is not maintained anymore, so we can drop support for it.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bd020b77e..05199e21e 100644 --- a/.github/workflows/linux.yml +++ b/.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 |