We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05af982 commit d6beba4Copy full SHA for d6beba4
.github/workflows/deploy.yml
@@ -15,10 +15,10 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Setup Node.js
18
- uses: actions/setup-node@v4
19
- with:
20
- node-version: "20"
21
- cache: "yarn"
+ uses: actions/setup-node@v4
+ with:
+ node-version: "20"
+ cache: "yarn"
22
23
- name: Install dependencies
24
run: yarn install --frozen-lockfile
0 commit comments