Fixing node version var #2

This commit is contained in:
Marko Frankovic 2025-03-13 11:57:30 +01:00
parent a85338f516
commit ce92a7f2a3
2 changed files with 0 additions and 4 deletions

View File

@ -28,8 +28,6 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: ${{ secrets.NODE_VERSION }} node-version: ${{ secrets.NODE_VERSION }}
env:
NODE_VERSION: ${{ secrets.NODE_VERSION }}
- name: Run NPM install - name: Run NPM install
run: | run: |

View File

@ -31,8 +31,6 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: ${{ secrets.NODE_VERSION }} node-version: ${{ secrets.NODE_VERSION }}
env:
NODE_VERSION: ${{ secrets.NODE_VERSION }}
- name: Set current date as env variable - name: Set current date as env variable
run: echo "NOW=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV run: echo "NOW=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV