From 3fbda4ca2aa8e4882188bc55f5e5137930f72e2a Mon Sep 17 00:00:00 2001 From: Gildas Garcia <1122076+djhi@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:42:05 +0200 Subject: [PATCH] Fix node version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41381db..67c3dd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js LTS uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '18.x' - uses: bahmutov/npm-install@v1 - name: Lint Check run: biome lint src @@ -34,7 +34,7 @@ jobs: - name: Use Node.js LTS uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '18.x' - uses: bahmutov/npm-install@v1 - name: Unit Tests run: make test