Skip to content

Commit b813707

Browse files
chore(deps): update actions/setup-node digest to b9b25d4
1 parent 1d00fec commit b813707

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@dda4788290998366da86b6a4f497909644397bb2
24+
uses: actions/setup-node@b9b25d45f70a5d94d88496aa4896bf9ed8f49b67
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@dda4788290998366da86b6a4f497909644397bb2
55+
- uses: actions/setup-node@b9b25d45f70a5d94d88496aa4896bf9ed8f49b67
5656
with:
5757
version: ${{ matrix.node }}
5858
cache: ${{ steps.pkgman.outputs.cache }}

0 commit comments

Comments
 (0)