Skip to content

Commit

Permalink
Merge pull request #543 from m-shaka/bump/rollup-4
Browse files Browse the repository at this point in the history
chore: update rollup and rollup-plugin-dts
  • Loading branch information
supermacro authored Jul 4, 2024
2 parents 7a687d2 + 1c91cdb commit 207aa3a
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 52 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,23 @@ jobs:
- name: lint
run: npm run lint

build:
runs-on: ubuntu-latest
needs: install_deps
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.RUNNER_NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.RUNNER_NODE_VERSION }}
- name: restore dependencies cache
uses: actions/cache/restore@v4
with:
path: "node_modules"
key: depends-node${{ env.RUNNER_NODE_VERSION }}-${{ hashFiles('package-lock.json') }}
- name: build
run: npm run build

test:
runs-on: ubuntu-latest
needs: install_deps
Expand Down
Loading

0 comments on commit 207aa3a

Please sign in to comment.