From a6931eea8e99c53cbfe23369784b0c6624c30105 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Sun, 14 Jun 2026 09:40:33 +0200 Subject: [PATCH] Bump CI dependencies --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d77648b..adb51c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: - node-version: '18' + node-version: '24' # NOTE: If you change this list, update package.json/"scripts"/"ci" as well - run: npm install