Skip to content

Commit

Permalink
chore(actions): fix lint and github actions
Browse files Browse the repository at this point in the history
chore(fix): items
  • Loading branch information
stoprocent committed May 28, 2024
1 parent bc8ef6f commit c9c0d67
Show file tree
Hide file tree
Showing 4 changed files with 2,228 additions and 224 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- if: matrix.node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
architecture: ${{ matrix.node }}
- uses: actions/checkout@v3
- run: npm ci
Expand All @@ -68,7 +68,7 @@ jobs:
path: prebuilds
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- run: npm ci
- run: npm run semantic-release
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- run: npm ci
- run: npm run lint
test:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
config:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
Expand Down
Loading

0 comments on commit c9c0d67

Please sign in to comment.