Skip to content

Commit 9f49b01

Browse files
chore(deps): update external major
1 parent 20f45be commit 9f49b01

File tree

3 files changed

+20
-131
lines changed

3 files changed

+20
-131
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: Test
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Use Node.js 20
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
- run: npm ci
2020
- run: npm run lint
2121
- run: npm run test
@@ -26,13 +26,13 @@ jobs:
2626
needs: test
2727
if: github.ref == 'refs/heads/main'
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
persist-credentials: false
3232
- name: Use Node.js 20
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 20
35+
node-version: 22
3636
- run: npm ci
3737
- run: npm run semantic-release
3838
env:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@semantic-release/exec": "7.1.0",
3939
"@semantic-release/git": "10.0.1",
4040
"c8": "10.1.3",
41-
"chai": "5.2.1",
41+
"chai": "6.0.1",
4242
"clean-webpack-plugin": "4.0.0",
4343
"copy-webpack-plugin": "13.0.0",
4444
"eslint": "9.4.0",
@@ -53,7 +53,7 @@
5353
"semantic-release": "24.2.7",
5454
"semantic-release-discord-bot": "^1.1.0",
5555
"stylelint": "16.23.0",
56-
"stylelint-config-standard": "38.0.0",
56+
"stylelint-config-standard": "39.0.0",
5757
"webpack": "5.101.0",
5858
"webpack-cli": "6.0.1",
5959
"webpack-dev-server": "5.2.2",

0 commit comments

Comments
 (0)