We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b0d9b commit f6af27fCopy full SHA for f6af27f
.github/actions/build/action.yml
@@ -5,7 +5,7 @@ inputs:
5
node:
6
description: The Node version to use
7
required: false
8
- default: 18
+ default: 22
9
10
runs:
11
using: composite
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
rl-scanner:
18
uses: ./.github/workflows/rl-secure.yml
19
with:
20
- node-version: 18
+ node-version: 22
21
artifact-name: 'auth0-react.tgz'
22
secrets:
23
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
@@ -30,7 +30,7 @@ jobs:
30
uses: ./.github/workflows/npm-release.yml
31
needs: rl-scanner
32
33
34
require-build: true
35
36
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments