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.
2 parents 45a363c + 6a447d8 commit 9ef6ecbCopy full SHA for 9ef6ecb
.github/workflows/pre-release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v3
13
with:
14
node-version: '*'
15
cache: 'npm'
.github/workflows/release-please.yml
@@ -20,7 +20,7 @@ jobs:
20
package-name: '@netlify/plugin-nextjs'
21
22
if: ${{ steps.release.outputs.release_created }}
23
24
25
26
0 commit comments