From 9b4d67597ec0b0044a6093632f534d44fbdc6c8d Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Wed, 2 Oct 2024 19:55:07 +0200 Subject: [PATCH] Bump node version in gha --- .github/workflows/release.yaml | 4 ++-- .github/workflows/tests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 34184401..03577e99 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: # Setup .npmrc file to publish to GitHub Packages - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' registry-url: 'https://npm.pkg.github.com' - run: npm install - run: npm publish @@ -42,7 +42,7 @@ jobs: # Setup .npmrc file to publish to npmjs.org - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm publish diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7b3e2860..374ece4b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' cache: 'npm' - name: install dependencies run: |