From b41fb6bbffe62fa687a04bdd83836b0e920697f7 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 3 Apr 2024 12:38:40 +0100 Subject: [PATCH] chore: bump node version on CI --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index bf32486..9e47007 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 @@ -39,7 +39,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 @@ -64,7 +64,7 @@ jobs: # Runs the Super-Linter action strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v2