We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91577e commit 56c88afCopy full SHA for 56c88af
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: Cache pnpm modules
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
0 commit comments