Skip to content

Commit

Permalink
fix: fix dependency versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Switches to esm build and updates base packages.
  • Loading branch information
hwbllmnn committed Jun 25, 2024
1 parent 61ccb97 commit ecf3004
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 482 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build:
strategy:
matrix:
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest]
node-version: [20.x, 22.x]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -40,9 +40,3 @@ jobs:

- name: Build artifacts 🏗️
run: npm run build

- name: Publish to coveralls ⭐
# coverage/lcov.info was generated in the previous npm run build step
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit ecf3004

Please sign in to comment.