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
@@ -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: |