We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2400c4b commit fed059fCopy full SHA for fed059f
.github/workflows/links.yml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
+ - uses: pnpm/action-setup@v4
13
- uses: volta-cli/action@v4
14
with:
15
node-version: 20.12.0
.github/workflows/lint.yml
@@ -12,6 +12,7 @@ jobs:
16
17
18
.github/workflows/playwright.yml
@@ -20,6 +20,7 @@ jobs:
20
needs: [wait-for-vercel]
21
22
23
24
- uses: actions/setup-node@v4
25
26
node-version: lts/*
0 commit comments