Skip to content

Commit 0b30af1

Browse files
authored
build: bump deps to clear security audit (#85)
* build: bump deps to clear security audit * ci: bump Node.js version in workflows * build: use latest npm
1 parent 89341ae commit 0b30af1

5 files changed

Lines changed: 296 additions & 274 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: setup-node
3535
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3636
with:
37-
node-version: 20
37+
node-version: 24
3838
cache: npm
3939

4040
- name: Install Dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2323
with:
24-
node-version: 20
24+
node-version: 24
2525
cache: npm
2626
- name: Install Dependencies
2727
run: npm ci

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: setup-node
3131
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: npm
3535

3636
- name: Install Dependencies

dist/index.js

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)