Skip to content

Commit

Permalink
Merge pull request #1266 from arunsathiya/main
Browse files Browse the repository at this point in the history
ci: Use GITHUB_OUTPUT envvar instead of set-output command
  • Loading branch information
ipc103 committed Jan 19, 2024
2 parents 2f91efc + 58e5fad commit 99b36ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ruby/setup-ruby@v1

- name: Get NodeJS version
run: echo "::set-output name=NODE_VERSION::$(cat .node-version)"
run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT
id: node_version

- name: Set up NodeJS
Expand Down

0 comments on commit 99b36ca

Please sign in to comment.