Skip to content

Commit 45807d8

Browse files
committed
chore(ci): default Node 25.9.0 in setup-and-install, pin setup to e589b1d
1 parent e589b1d commit 45807d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/setup-and-install/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
node-version:
3030
description: 'Node.js version to use'
3131
required: false
32-
default: '22'
32+
default: '25.9.0'
3333
pnpm-version:
3434
description: 'pnpm version'
3535
required: false
@@ -52,14 +52,14 @@ runs:
5252
steps:
5353
- name: Checkout
5454
if: inputs.checkout == 'true'
55-
uses: SocketDev/socket-registry/.github/actions/checkout@a6d1015b4a5a1423c86280915fe458f45755e670 # main
55+
uses: SocketDev/socket-registry/.github/actions/checkout@ # main
5656
with:
5757
fetch-depth: ${{ inputs.checkout-fetch-depth }}
5858
ref: ${{ inputs.checkout-ref }}
5959
working-directory: ${{ inputs.working-directory }}
6060

6161
- name: Setup environment
62-
uses: SocketDev/socket-registry/.github/actions/setup@a6d1015b4a5a1423c86280915fe458f45755e670 # main
62+
uses: SocketDev/socket-registry/.github/actions/setup@ # main
6363
with:
6464
debug: ${{ inputs.debug }}
6565
node-version: ${{ inputs.node-version }}
@@ -69,6 +69,6 @@ runs:
6969
working-directory: ${{ inputs.working-directory }}
7070

7171
- name: Install dependencies
72-
uses: SocketDev/socket-registry/.github/actions/install@a6d1015b4a5a1423c86280915fe458f45755e670 # main
72+
uses: SocketDev/socket-registry/.github/actions/install@ # main
7373
with:
7474
working-directory: ${{ inputs.working-directory }}

0 commit comments

Comments
 (0)