Skip to content

Commit b20559b

Browse files
Merge pull request #805 from canonical/renovate/auto-major-github-actions
chore(deps): update dependency node to v24
2 parents 6076fec + 4ca0050 commit b20559b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2etest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go-version: '1.25'
1616
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1717
with:
18-
node-version: 22
18+
node-version: 24
1919

2020
- name: Install oathtool
2121
run: |

.github/workflows/tiobe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: '1.25'
2121
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
- name: Install dependencies
2525
run: |
2626
go install honnef.co/go/tools/cmd/staticcheck@v0.6.1

.github/workflows/unittest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
go-version: '1.25'
1515
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1616
with:
17-
node-version: 22
17+
node-version: 24
1818

1919
- name: Build js UI
2020
run: make npm-build

0 commit comments

Comments
 (0)