File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 test :
1111 runs-on : ubuntu-latest
12- strategy :
13- matrix :
14- node-version : [10.x, 14.x]
1512 steps :
1613 - name : Checkout
1714 uses : actions/checkout@v2
1815
19- - name : Setup Node ${{ matrix.node-version }}
16+ - name : Setup Node
2017 uses : actions/setup-node@v1
2118 with :
22- node-version : ${{ matrix.node-version }}
19+ node-version : 14
2320
2421 - name : Install dependencies
2522 run : npm install
Original file line number Diff line number Diff line change 11flatbush.js
22flatbush.min.js
33yarn.lock
4+ pnpm-lock.yaml
45node_modules
Original file line number Diff line number Diff line change 4242 "homepage" : " https://github.com/mourner/flatbush#readme" ,
4343 "devDependencies" : {
4444 "@rollup/plugin-buble" : " ^0.21.3" ,
45- "@rollup/plugin-node-resolve" : " ^9.0.0 " ,
46- "eslint" : " ^7.0 .0" ,
45+ "@rollup/plugin-node-resolve" : " ^13.1.3 " ,
46+ "eslint" : " ^8.12 .0" ,
4747 "eslint-config-mourner" : " ^3.0.0" ,
4848 "esm" : " ^3.2.25" ,
4949 "rbush" : " ^3.0.1" ,
5050 "rbush-knn" : " ^3.0.1" ,
51- "rollup" : " ^2.10.7 " ,
51+ "rollup" : " ^2.70.1 " ,
5252 "rollup-plugin-terser" : " ^7.0.2" ,
53- "tape" : " ^5.0.0 "
53+ "tape" : " ^5.5.2 "
5454 },
5555 "dependencies" : {
5656 "flatqueue" : " ^1.2.1"
You can’t perform that action at this time.
0 commit comments