Skip to content

Commit bb302ed

Browse files
committed
chore(packages): audit fix
1 parent 7c425ac commit bb302ed

File tree

9 files changed

+2399
-958
lines changed

9 files changed

+2399
-958
lines changed

.github/workflows/publish-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js and NPM
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: 16
31+
node-version: 22
3232
cache: npm
3333
registry-url: 'https://npm.pkg.github.com'
3434
scope: '@la-jarre-a-son'

.github/workflows/publish-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node.js and NPM
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 16
26+
node-version: 22
2727
cache: npm
2828
registry-url: 'https://npm.pkg.github.com'
2929
scope: '@la-jarre-a-son'

.github/workflows/publish-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js and NPM
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 22
2424
cache: npm
2525
registry-url: 'https://npm.pkg.github.com'
2626
scope: '@la-jarre-a-son'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js and NPM
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 22
2424
cache: npm
2525
registry-url: 'https://npm.pkg.github.com'
2626
scope: '@la-jarre-a-son'

ThirdPartyLicenses.json

Lines changed: 1247 additions & 111 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)