Skip to content

Commit

Permalink
Fix deprecated set output (#109)
Browse files Browse the repository at this point in the history
* fix deprecated
  • Loading branch information
Claude-GP authored Mar 13, 2023
1 parent 7ad91d9 commit fa247bf
Show file tree
Hide file tree
Showing 6 changed files with 2,291 additions and 265 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"

- run: |
yarn
- run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ outputs:
conclusion:
description: Conclusion of the current workflow run
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
13 changes: 13 additions & 0 deletions dist/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa247bf

Please sign in to comment.