From 2d4f4f8a677cef60d847bbe4da17d189bca57346 Mon Sep 17 00:00:00 2001 From: critik Date: Fri, 6 Jan 2023 17:56:36 +0100 Subject: [PATCH] Updated ci to use latest LTS node-version --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9c4a4d..407503d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,10 @@ jobs: - uses: actions/checkout@v2 - name: Setup Node.js environment - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v3 + with: + node-version: 18 + cache: 'npm' - name: Install npm dependencies run: npm install