From 4d705ef9349fa047aa95fc57ba4690eee0b849ca Mon Sep 17 00:00:00 2001 From: David Luna Date: Wed, 14 Aug 2024 17:07:58 +0200 Subject: [PATCH] chore: update node version in workflows --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c5b4e9..11a961d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 registry-url: 'https://registry.npmjs.org' - name: Lint & Tests run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d38d103..a96c732 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 registry-url: 'https://registry.npmjs.org' - name: Lint & Tests run: |