Skip to content

Commit fafedc8

Browse files
committed
upgrade packages
1 parent 05be0b8 commit fafedc8

3 files changed

Lines changed: 2094 additions & 1783 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ name: Test build
22

33
on:
44
push:
5-
branches: ['main']
5+
branches: ["main"]
66
pull_request:
7-
branches: ['main']
7+
branches: ["main"]
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.x, 16.x, 18.x]
16-
15+
node-version: [18.x, 20.x, 22.x]
16+
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
cache: 'yarn'
23+
cache: "yarn"
2424
- run: yarn install
2525
- run: yarn build
2626
- run: yarn coverage

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
},
5656
"dependencies": {},
5757
"devDependencies": {
58-
"@babel/preset-env": "^7.20.2",
59-
"@rollup/plugin-commonjs": "^23.0.2",
60-
"@rollup/plugin-node-resolve": "^15.0.1",
61-
"jest": "^29.3.1",
62-
"rollup": "^3.2.5",
58+
"@babel/preset-env": "^7.28.5",
59+
"@rollup/plugin-commonjs": "^29.0.0",
60+
"@rollup/plugin-node-resolve": "^16.0.3",
61+
"jest": "^30.2.0",
62+
"rollup": "^4.53.3",
6363
"rollup-plugin-copy": "^3.5.0",
6464
"rollup-plugin-terser": "^7.0.2"
6565
}

0 commit comments

Comments
 (0)