From e100924cc754d2675e769abe37d1bf5f9057e7a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:33:16 +0000 Subject: [PATCH] Update node --- .github/workflows/main.yml | 2 +- .nvmrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed2e3b9..3065209 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest name: Install + Build + Test - container: node:18.17-alpine + container: node:18.19-alpine steps: - uses: actions/checkout@v3 - run: yarn diff --git a/.nvmrc b/.nvmrc index aacb518..df5f0bc 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.17 +18.19