Skip to content

Commit

Permalink
Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Feb 13, 2024
1 parent 5c2b532 commit 55d95ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run Unit Tests
run: |
npm install
npm install file:. --no-save --force
npm run lint
npm run test
- name: get-version
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
strategy:
fail-fast: true
matrix:
node: [18]
node: [20, 18]

steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'

- run: npm i
- run: npm run lint
Expand Down

0 comments on commit 55d95ff

Please sign in to comment.