Skip to content

Commit 8c25892

Browse files
authoredMay 2, 2021
Update release.yml
1 parent 756488b commit 8c25892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "v*"
66
env:
77
CI: true
8-
NODE: 14.x
8+
NODE_VERSION: 14.x
99

1010
jobs:
1111
release:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: "${{ env.NODE }}"
20+
node-version: "${{ env.NODE_VERSION }}"
2121

2222
- name: Install node modules
2323
run: npm ci

0 commit comments

Comments
 (0)