Skip to content

Commit 99b36ca

Browse files
authored
Merge pull request #1266 from arunsathiya/main
ci: Use GITHUB_OUTPUT envvar instead of set-output command
2 parents 2f91efc + 58e5fad commit 99b36ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ruby/setup-ruby@v1
1717

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

2222
- name: Set up NodeJS

0 commit comments

Comments
 (0)