Skip to content

Commit 73184db

Browse files
chore(deps): update actions/setup-node digest to 1342781
1 parent 5dbc478 commit 73184db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: 9.15.4
2222
run_install: false
2323
- name: Install Node.js
24-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
24+
uses: actions/setup-node@13427813f706a0f6c9b74603b31103c40ab1c35a
2525
with:
2626
node-version: 22
2727
cache: 'pnpm'

.github/workflows/studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
version: 9.15.4
5454

55-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
55+
- uses: actions/setup-node@13427813f706a0f6c9b74603b31103c40ab1c35a
5656
with:
5757
version: ${{ matrix.node }}
5858
cache: ${{ steps.pkgman.outputs.cache }}

0 commit comments

Comments
 (0)