From b9a8dd9ba1a8f8302c739b184b624201ade73b5a Mon Sep 17 00:00:00 2001 From: Simon Scholz Date: Sat, 25 Nov 2023 21:45:24 +0100 Subject: [PATCH] Update NODE to 21 in GH Actions --- .github/workflows/check-dist.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/linter.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index ec3814d..a3e6090 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -34,9 +34,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 21 cache: npm - name: Install Dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2789285..708c11e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 21 cache: npm - name: Install Dependencies diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8c4daf6..5a5bf57 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,9 +25,9 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 21 cache: npm - name: Install Dependencies