We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5cf9e commit 9c05b6bCopy full SHA for 9c05b6b
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
with:
17
node-version: 16
18
cache: yarn
.github/workflows/test-deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
11
0 commit comments