Fixing node version var

This commit is contained in:
Marko Frankovic
2025-03-13 11:56:04 +01:00
parent 96dcc980e9
commit a85338f516
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}