From a38f5eab8f5ce41b37bd11a8affe2f191832ab27 Mon Sep 17 00:00:00 2001 From: ijlee2 Date: Mon, 9 Oct 2023 16:02:04 +0200 Subject: [PATCH] Set Node to 18.17 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 085fa860..8f72ba43 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -7,7 +7,7 @@ on: pull_request: env: - NODE_VERSION: 18 + NODE_VERSION: 18.17 jobs: lint: