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 7e1414a commit ccb5056Copy full SHA for ccb5056
.github/workflows/check.yml
@@ -35,10 +35,10 @@ jobs:
35
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
37
- name: Setup PNPM
38
- uses: pnpm/[email protected]
+ uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
39
40
- name: Setup Node.js
41
- uses: actions/[email protected]
+ uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
42
with:
43
node-version: 18
44
cache: pnpm
0 commit comments