From 4a8043c92432ed11fe898a4d0a37ddce9b6940c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 10 Mar 2025 14:40:26 +0100 Subject: [PATCH] Upgrade Node.js and GitHub Actions dependencies (#1985) Fixes #1984 --- .github/workflows/is-compatible.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/is-compatible.yml b/.github/workflows/is-compatible.yml index 8ce5a4a..93321de 100644 --- a/.github/workflows/is-compatible.yml +++ b/.github/workflows/is-compatible.yml @@ -5,7 +5,7 @@ jobs: compatibilitycheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' diff --git a/.nvmrc b/.nvmrc index 3c03207..2bd5a0a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +22