File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 steps :
3535 - name : ' Checkout'
3636 uses : actions/checkout@v6
37- - uses : actions/setup-node@v6.2.0
37+ - uses : actions/setup-node@v6
3838 with :
3939 node-version : 24
4040 cache : yarn
8484 steps :
8585 - name : Checkout
8686 uses : actions/checkout@v6
87- - uses : actions/setup-node@v6.2.0
87+ - uses : actions/setup-node@v6
8888 with :
8989 node-version : 24
9090 cache : yarn
@@ -112,7 +112,7 @@ jobs:
112112 steps :
113113 - name : Checkout
114114 uses : actions/checkout@v6
115- - uses : actions/setup-node@v6.2.0
115+ - uses : actions/setup-node@v6
116116 with :
117117 node-version : 24
118118 cache : yarn
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Setup Node.js
23- uses : actions/setup-node@v4
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : 24
2626 cache : yarn
5555 run : echo "version=$(cat VERSION)" >> "$GITHUB_OUTPUT"
5656
5757 - name : Setup Node.js
58- uses : actions/setup-node@v4
58+ uses : actions/setup-node@v6
5959 with :
6060 node-version : 24
6161 registry-url : https://registry.npmjs.org
You can’t perform that action at this time.
0 commit comments