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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: | -- cgit v1.2.3