From d77086d40455b6bbd93e97e8dad717ac9959eb0a Mon Sep 17 00:00:00 2001 From: Rob van der Lee Date: Wed, 26 Feb 2025 10:01:45 +0100 Subject: [PATCH] chore: Removed unneeded pin on node version --- .github/workflows/ci.yaml | 4 +--- .github/workflows/deploy.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a272fb9..638342f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,9 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 15.x + - uses: actions/setup-node@v4 - name: Test run: | diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 178934b..f4bdd54 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,9 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 15.x + - uses: actions/setup-node@v4 - name: Build run: |