From 0548ebe1c9040b3ae59194dd682e3327892804dd Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 8 May 2023 22:27:13 +0200 Subject: viewer: use nodejs 16 -> 18 for build in flake and CI Node v16 is reaching EOL in a few months. Build seems to work fine with the new LTS (v18). --- .github/workflows/build.yml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7387fe7..0d31f8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/setup-node@v3 with: # Latest version officially tested for Ld - node-version: 16.14.2 + node-version: 18.16.0 - name: Lint and build Node.js Vue project working-directory: viewer run: | diff --git a/flake.nix b/flake.nix index a5a4f46..7c03823 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ tmux # viewer - nodejs-16_x + nodejs-18_x yarn # compiler -- cgit v1.2.3