We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580f2ed commit 01c15f1Copy full SHA for 01c15f1
.github/workflows/main.yaml
@@ -10,7 +10,7 @@ permissions:
10
contents: read
11
12
env:
13
- NODE_VERSION: '24.x'
+ TARGET_NODE_VERSION: '24.x'
14
15
jobs:
16
build:
@@ -51,7 +51,7 @@ jobs:
51
- name: Set up node
52
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
53
with:
54
- node-version: ${{ env.NODE_VERSION }}
+ node-version: ${{ env.TARGET_NODE_VERSION }}
55
cache: "npm"
56
57
- name: Install dependencies
@@ -81,7 +81,7 @@ jobs:
81
82
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
83
84
85
86
87
0 commit comments