Skip to content

Commit

Permalink
Merge pull request #135 from agendrix/fix-deprecated-set-output
Browse files Browse the repository at this point in the history
fix deprecated
  • Loading branch information
Claude-GP authored Mar 13, 2023
2 parents 1eb252e + d9923ec commit 9f9f405
Show file tree
Hide file tree
Showing 7 changed files with 2,796 additions and 604 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 @@ -21,5 +21,5 @@ outputs:
'success' if the deployment completed successfully and that the service is stable
'skipped' if a new primary deployment was enqueue while the deployment was ongoing
runs:
using: node12
using: node16
main: dist/index.js
Loading

0 comments on commit 9f9f405

Please sign in to comment.