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 46ad005Copy full SHA for 46ad005
.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@d7a11313b581b306c961b506cfc8971208bb03f6
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@d7a11313b581b306c961b506cfc8971208bb03f6
56
57
version: ${{ matrix.node }}
58
cache: ${{ steps.pkgman.outputs.cache }}
0 commit comments