Skip to content

Commit 55019fd

Browse files
author
updateclibot
committed
chore: deps(github): bump Action release for actions/setup-node from ...
... 53b83947a5a98c8d113130e565377fae1a50d02f to 48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e (Pinned from v6.4.0) Made with ❤️️ by updatecli
1 parent aea347b commit 55019fd

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
name: Test
3-
43
on:
54
merge_group:
65
branches:
76
- main
87
workflow_dispatch:
98
pull_request:
10-
119
permissions: {}
12-
1310
jobs:
1411
# unit tests
1512
units:
@@ -19,22 +16,17 @@ jobs:
1916
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2017
with:
2118
persist-credentials: false
22-
2319
- name: Set Node.js 24.x
24-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
20+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2521
with:
2622
node-version: 24
2723
cache: npm
28-
2924
- name: Install Dependencies
3025
run: npm ci
31-
3226
- name: Run Lint Test
3327
run: npm run lint
34-
3528
- name: Run tests
3629
run: npm test
37-
3830
e2e:
3931
name: Test Updatecli Github Action
4032
runs-on: ubuntu-latest
@@ -43,9 +35,7 @@ jobs:
4335
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4436
with:
4537
persist-credentials: false
46-
4738
- name: Install Updatecli
4839
uses: ./
49-
5040
- name: Test local action without install-only
5141
run: updatecli diff --config testdata/updatecli.d/test.yaml

0 commit comments

Comments
 (0)