1 parent 126c30e commit 1db8d04Copy full SHA for 1db8d04
2 files changed
.github/workflows/test.yml
@@ -13,13 +13,13 @@ jobs:
13
style-lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
17
- run: npm install
18
- run: npm run lint-check
19
20
webext-lint:
21
22
23
24
25
- run: npm run webext-lint
.github/workflows/version-number-update.yml
@@ -9,10 +9,10 @@ jobs:
9
version-number-update:
10
11
12
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
with:
- node-version: 20
+ node-version: 26
- run: npm run version-number-update
env:
0 commit comments