Skip to content

Commit

Permalink
Merge branch 'main' into set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Oct 29, 2022
2 parents d8209b9 + 4d757c0 commit 680892f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12.x"
node-version: "16"
- name: Install dependencies
run: yarn
- name: Format
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -23,7 +23,7 @@ ouputs:
prDirtyStatuses:
description: "Object-map. The keys are pull request numbers and their values whether a PR is dirty or not."
runs:
using: "node12"
using: "node16"
main: "dist/index.js"
author: "Sebastian Silbermann"
branding:
Expand Down

0 comments on commit 680892f

Please sign in to comment.