Skip to content

Commit 82d4c69

Browse files
committed
Merge branch 'master' of github.com:digitalnodecom/node-red-contrib-puppeteer
2 parents fafa506 + a1112dc commit 82d4c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-node@v2
1919
with:
2020
registry-url: https://registry.npmjs.org/
21-
node-version: '14'
21+
node-version: '20'
2222

2323
# Configure Git
2424
- name: Git configuration
@@ -92,4 +92,4 @@ jobs:
9292
body: ${{ steps.get-changelog.outputs.changelog }}
9393
prerelease: ${{ startsWith(github.event.inputs.release-type, 'pre') }}
9494
env:
95-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)