We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b2848 commit 1bde2bfCopy full SHA for 1bde2bf
.github/workflows/ci.yml
@@ -40,9 +40,9 @@ jobs:
40
shell: bash
41
run: |
42
if [ ${{ matrix.type }} = etherlime ]; then
43
- echo '::set-output name=version::10.17.0'
+ echo 'version=10.17.0' >> $GITHUB_OUTPUT
44
else
45
- echo '::set-output name=version::lts/*'
+ echo 'version=lts/*' >> $GITHUB_OUTPUT
46
fi
47
- name: Set up Node
48
uses: actions/setup-node@v2
0 commit comments