Skip to content

Commit

Permalink
chore(packages): audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArTiSTiX committed Dec 23, 2024
1 parent 7c425ac commit bb302ed
Show file tree
Hide file tree
Showing 9 changed files with 2,399 additions and 958 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: npm
registry-url: 'https://npm.pkg.github.com'
scope: '@la-jarre-a-son'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: npm
registry-url: 'https://npm.pkg.github.com'
scope: '@la-jarre-a-son'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: npm
registry-url: 'https://npm.pkg.github.com'
scope: '@la-jarre-a-son'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
cache: npm
registry-url: 'https://npm.pkg.github.com'
scope: '@la-jarre-a-son'
Expand Down
1,358 changes: 1,247 additions & 111 deletions ThirdPartyLicenses.json

Large diffs are not rendered by default.

Loading

0 comments on commit bb302ed

Please sign in to comment.