From 97127377c2dc70d8f333970e35c80a7d8797a720 Mon Sep 17 00:00:00 2001 From: Filipe Correa Date: Thu, 11 Jan 2024 13:57:57 +0100 Subject: [PATCH] chore: cleanup workflows --- .github/workflows/release.yml | 3 +-- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cd5222..6e2753f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ jobs: id: release with: release-type: node - package-name: react-image-hotspots publish: name: Publish needs: release @@ -28,7 +27,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: 16 registry-url: 'https://registry.npmjs.org' - name: Install modules run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c5b69b..27dbeb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16.x, 18.x ] + node-version: [ 16, 18 ] steps: - name: Checkout uses: actions/checkout@v3