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.
1 parent bfffe93 commit f6f6f6eCopy full SHA for f6f6f6e
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
node: [18]
19
20
steps:
21
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node }}
24
.github/workflows/release-please.yml
@@ -20,7 +20,7 @@ jobs:
package-name: '@netlify/ipx'
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
25
node-version: '*'
26
cache: 'npm'
0 commit comments