Fixing node version var #2
This commit is contained in:
parent
a85338f516
commit
ce92a7f2a3
2
.github/workflows/frontend-build-prod.yml
vendored
2
.github/workflows/frontend-build-prod.yml
vendored
@ -28,8 +28,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ secrets.NODE_VERSION }}
|
||||
env:
|
||||
NODE_VERSION: ${{ secrets.NODE_VERSION }}
|
||||
|
||||
- name: Run NPM install
|
||||
run: |
|
||||
|
2
.github/workflows/frontend-build-test.yml
vendored
2
.github/workflows/frontend-build-test.yml
vendored
@ -31,8 +31,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ secrets.NODE_VERSION }}
|
||||
env:
|
||||
NODE_VERSION: ${{ secrets.NODE_VERSION }}
|
||||
|
||||
- name: Set current date as env variable
|
||||
run: echo "NOW=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user