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.
2 parents 2f91efc + 58e5fad commit 99b36caCopy full SHA for 99b36ca
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: ruby/setup-ruby@v1
17
18
- name: Get NodeJS version
19
- run: echo "::set-output name=NODE_VERSION::$(cat .node-version)"
+ run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT
20
id: node_version
21
22
- name: Set up NodeJS
0 commit comments