From f0bd4fc64753c876950b34a520859eeae8e9649f Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:26:18 +0200 Subject: [PATCH] Use LTS Node --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d766f5c..32be2ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: "16" - - run: npm install + node-version: 18 - run: npm run lint test: @@ -25,8 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: "16" - - run: npm install + node-version: 18 - run: npm run test:ci build: @@ -36,7 +34,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: "16" - - run: npm install + node-version: 18 - run: cp .env.sample .env.local - run: npm run build