Commit b75c71a
Changed files (2)
.github
workflows
.github/workflows/test.yml
@@ -64,23 +64,6 @@ jobs:
env:
FORCE_COLOR: 3
- # smoke-node14:
- # needs: build
- # runs-on: ubuntu-latest
- # steps:
- # - uses: actions/checkout@v4
- # - name: Use Node.js 14.x
- # uses: actions/setup-node@v4
- # with:
- # node-version: 14.x
- # - uses: actions/download-artifact@v4
- # with:
- # name: build
- # - run: npm run test:smoke:node14
- # timeout-minutes: 1
- # env:
- # FORCE_COLOR: 3
-
smoke-bun:
runs-on: ubuntu-latest
needs: build
package.json
@@ -46,7 +46,6 @@
"test:unit": "node ./test/all.test.js",
"test:types": "tsd",
"test:smoke:bun": "bun test ./test/smoke/bun.test.js",
- "test:smoke:node14": "node --experimental-modules ./test/smoke/node-esm.test.js",
"test:smoke:win32": "node ./test/smoke/win32.test.js",
"coverage": "c8 -x build/vendor.js -x 'test/**' -x scripts --check-coverage npm test",
"circular": "madge --circular src/*",