From 6d5f4c4be2096b0d84dffbd7a0960fd6249c4b6b Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sun, 30 Apr 2023 17:53:07 +0200 Subject: [PATCH] ci: update Node.js from version 14 to version 16 Node.js 14 is not maintained anymore, so we can drop support for it. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bd020b77..05199e21 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