Skip to content

Commit 387881d

Browse files
Do not use env variable for node version (#1376)
1 parent 500c33f commit 387881d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@ on:
66
- closed
77
workflow_dispatch:
88

9-
env:
10-
NODE_VERSION: 18
11-
129
### TODO: Replace instances of './.github/actions/' w/ `auth0/dx-sdk-actions/` and append `@latest` after the common `dx-sdk-actions` repo is made public.
1310
### TODO: Also remove `get-prerelease`, `get-version`, `release-create`, `tag-create` and `tag-exists` actions from this repo's .github/actions folder once the repo is public.
1411

1512
jobs:
1613
release:
1714
uses: ./.github/workflows/npm-release.yml
1815
with:
19-
node-version: ${{ env.NODE_VERSION }}
16+
node-version: 18
2017
secrets:
2118
npm-token: ${{ secrets.NPM_TOKEN }}
2219
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)