Skip to content

Commit

Permalink
fix: upgrade rollup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Jul 17, 2024
1 parent b77fe1b commit b9ecae9
Show file tree
Hide file tree
Showing 6 changed files with 725 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 18

- name: Install dependencies and make test-coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodeTestCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '18' ]
node: [ 18 ]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 18

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit b9ecae9

Please sign in to comment.