We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d00fec commit b813707Copy full SHA for b813707
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
version: 9.15.4
22
run_install: false
23
- name: Install Node.js
24
- uses: actions/setup-node@dda4788290998366da86b6a4f497909644397bb2
+ uses: actions/setup-node@b9b25d45f70a5d94d88496aa4896bf9ed8f49b67
25
with:
26
node-version: 22
27
cache: 'pnpm'
.github/workflows/studio.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
- - uses: actions/setup-node@dda4788290998366da86b6a4f497909644397bb2
+ - uses: actions/setup-node@b9b25d45f70a5d94d88496aa4896bf9ed8f49b67
56
57
version: ${{ matrix.node }}
58
cache: ${{ steps.pkgman.outputs.cache }}
0 commit comments