Skip to content

Commit

Permalink
No need to run against multiple versions for release
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Jan 22, 2024
1 parent 10e12d1 commit 9139dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [20]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Run Lint and Tests
run: |
npm run lint
npm run lint:js
npm run test
- name: Build Package
Expand Down

0 comments on commit 9139dce

Please sign in to comment.