Skip to content

Commit

Permalink
Run tests on latest, verify build on older
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Feb 24, 2024
1 parent 2c7bf53 commit 5e3059f
Show file tree
Hide file tree
Showing 2 changed files with 972 additions and 1,902 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -17,17 +17,18 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.latest-node-version }}
- name: Build with latest
- name: Build and test with latest
run: |
npm install
npm run build
npm run test:only
- name: Switch to Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Test node
run: |
npm run test:only
node dist/trace-mapping.umd.js
- name: Benchmark
run: |
npm run benchmark:install
Expand Down

0 comments on commit 5e3059f

Please sign in to comment.