Skip to content

Commit f0c4c5e

Browse files
build(deps): remove browserify and use node 16
1 parent 730114e commit f0c4c5e

File tree

3 files changed

+4
-5727
lines changed

3 files changed

+4
-5727
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
node-version: ['14.x', '16.x', '18.x']
24+
node-version: ['16.x', '18.x']
2525
os: [ubuntu-latest]
2626

2727
steps:

0 commit comments

Comments
 (0)