File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 64
64
env :
65
65
FORCE_COLOR : 3
66
66
67
- # smoke-node14:
68
- # needs: build
69
- # runs-on: ubuntu-latest
70
- # steps:
71
- # - uses: actions/checkout@v4
72
- # - name: Use Node.js 14.x
73
- # uses: actions/setup-node@v4
74
- # with:
75
- # node-version: 14.x
76
- # - uses: actions/download-artifact@v4
77
- # with:
78
- # name: build
79
- # - run: npm run test:smoke:node14
80
- # timeout-minutes: 1
81
- # env:
82
- # FORCE_COLOR: 3
83
-
84
67
smoke-bun :
85
68
runs-on : ubuntu-latest
86
69
needs : build
Original file line number Diff line number Diff line change 46
46
"test:unit" : " node ./test/all.test.js" ,
47
47
"test:types" : " tsd" ,
48
48
"test:smoke:bun" : " bun test ./test/smoke/bun.test.js" ,
49
- "test:smoke:node14" : " node --experimental-modules ./test/smoke/node-esm.test.js" ,
50
49
"test:smoke:win32" : " node ./test/smoke/win32.test.js" ,
51
50
"coverage" : " c8 -x build/vendor.js -x 'test/**' -x scripts --check-coverage npm test" ,
52
51
"circular" : " madge --circular src/*" ,
You can’t perform that action at this time.
0 commit comments