Fixing node version var
This commit is contained in:
parent
96dcc980e9
commit
a85338f516
2
.github/workflows/frontend-build-prod.yml
vendored
2
.github/workflows/frontend-build-prod.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: $NODE_VERSION
|
||||
node-version: ${{ secrets.NODE_VERSION }}
|
||||
env:
|
||||
NODE_VERSION: ${{ secrets.NODE_VERSION }}
|
||||
|
||||
|
2
.github/workflows/frontend-build-test.yml
vendored
2
.github/workflows/frontend-build-test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: $NODE_VERSION
|
||||
node-version: ${{ secrets.NODE_VERSION }}
|
||||
env:
|
||||
NODE_VERSION: ${{ secrets.NODE_VERSION }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user