We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfd4dc commit c07119dCopy full SHA for c07119d
.github/workflows/publish-to-gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: setup env
19
run: |
20
- echo ::set-env name=NODE_VERSION::$(node --version)
+ echo "name=NODE_VERSION::$(node --version)" >> $GITHUB_ENV
21
22
- name: Cache node modules
23
uses: actions/cache@v1
0 commit comments