We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c123aca commit e645340Copy full SHA for e645340
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
rl-scanner:
19
uses: ./.github/workflows/rl-secure.yml
20
with:
21
- node-version: 18 ## depends if build requires node else we can remove this.
+ node-version: 20 ## depends if build requires node else we can remove this.
22
artifact-name: 'node-auth0.tgz' ## Will change respective to Repository
23
secrets:
24
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
@@ -32,7 +32,7 @@ jobs:
32
uses: ./.github/workflows/npm-release.yml
33
needs: rl-scanner
34
35
- node-version: 18
+ node-version: 20
36
require-build: true
37
38
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments