Skip to content

Commit f7aa00e

Browse files
authored
Update package and workflow dependencies (#109)
* chore (deps): upgrade to @actions/cache v4. also ran `npm audit fix` due to 3 vulnerabilities. @actions/cache deprecation notice: actions/toolkit#1890 * chore (deps): bump all to latest versions * chore (deps): update node-version in github workflows to 22 * fix: manually uploadindex.js (no line changes) and source map for now
1 parent d14b2ec commit f7aa00e

File tree

8 files changed

+8639
-2647
lines changed

8 files changed

+8639
-2647
lines changed

β€Ž.github/workflows/check-dist.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20.x
23+
node-version: 22.x
2424

2525
- name: Install dependencies
2626
run: npm ci

β€Ž.github/workflows/test.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20.x
17+
node-version: 22.x
1818
- run: mkdir trellis
1919
- uses: ./
2020
with:

β€Ždist/index.jsβ€Ž

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

β€Ždist/index.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/licenses.txtβ€Ž

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

β€Ždist/sourcemap-register.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)