Skip to content

Commit

Permalink
Merge branch 'main' into replace-zeit-vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 23, 2024
2 parents 5dd50d5 + f18b7c4 commit 1dce994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: hmarr/debug-action@master
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- name: Install dependencies
run: yarn
- name: Format
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
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: "node16"
using: "node20"
main: "dist/index.js"
author: "Sebastian Silbermann"
branding:
Expand Down

0 comments on commit 1dce994

Please sign in to comment.