Skip to content

Commit 9ad3b7b

Browse files
committed
update dependencies, build on recent node versions
1 parent 2fa9df2 commit 9ad3b7b

File tree

5 files changed

+2544
-2100
lines changed

5 files changed

+2544
-2100
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: ["14", "16", "18"]
12+
node: ["18", "20", "22"]
1313
name: Node ${{ matrix.node }}
1414

1515
steps:

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 22
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm install
1717
- run: npm run compile

0 commit comments

Comments
 (0)