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 5dbc478 commit 73184dbCopy full SHA for 73184db
.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@49933ea5288caeca8642d1e84afbd3f7d6820020
+ uses: actions/setup-node@13427813f706a0f6c9b74603b31103c40ab1c35a
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@49933ea5288caeca8642d1e84afbd3f7d6820020
+ - uses: actions/setup-node@13427813f706a0f6c9b74603b31103c40ab1c35a
56
57
version: ${{ matrix.node }}
58
cache: ${{ steps.pkgman.outputs.cache }}
0 commit comments