Skip to content

Commit 5f81894

Browse files
committed
Update ci.yml
1 parent ccda619 commit 5f81894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
id: node
103103
run: |
104104
$node_major = "${{ matrix.NODE_VERSION }}" | cut -d '.' -f1
105-
echo "::set-env name=node_major::$(echo $node_major)"
105+
echo "::set-output name=node_major::$(echo $node_major)"
106106
- uses: actions/checkout@v2
107107
- name: Use Node.js ${{ matrix.NODE_VERSION }}
108108
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)