Skip to content

Commit

Permalink
Merge pull request #128 from filipecorrea/cleanup-workflows
Browse files Browse the repository at this point in the history
chore: cleanup workflows
  • Loading branch information
filipecorrea authored Jan 11, 2024
2 parents 73b0d65 + 9712737 commit 10e5554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
id: release
with:
release-type: node
package-name: react-image-hotspots
publish:
name: Publish
needs: release
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10e5554

Please sign in to comment.