Skip to content

Commit e645340

Browse files
Use Node.js 20 for npm publishing
1 parent c123aca commit e645340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
rl-scanner:
1919
uses: ./.github/workflows/rl-secure.yml
2020
with:
21-
node-version: 18 ## depends if build requires node else we can remove this.
21+
node-version: 20 ## depends if build requires node else we can remove this.
2222
artifact-name: 'node-auth0.tgz' ## Will change respective to Repository
2323
secrets:
2424
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
@@ -32,7 +32,7 @@ jobs:
3232
uses: ./.github/workflows/npm-release.yml
3333
needs: rl-scanner
3434
with:
35-
node-version: 18
35+
node-version: 20
3636
require-build: true
3737
secrets:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)