File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 echo "Comparing against merge-base: $MERGE_BASE"
4141
4242 - name : Setup Node.js
43- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
43+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4444 with :
4545 node-version : ' 22'
4646 cache : ' yarn'
Original file line number Diff line number Diff line change 8989 git describe --tags --exact-match | grep -Fx "$GIT_TAG"
9090 git show -s --format='%H %D' HEAD
9191
92- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
92+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
9393 with :
9494 cache : yarn
9595
Original file line number Diff line number Diff line change 1212 sudo apt update
1313 sudo apt install gettext -y
1414 - name : Set up Node
15- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
15+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1616 with :
1717 node-version : 18
1818 - name : Install global npm packages
You can’t perform that action at this time.
0 commit comments