Skip to content

Commit

Permalink
test: Run action on Node 16 (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
  • Loading branch information
NotMyFault and eps1lon committed Oct 29, 2022
1 parent cf6c16f commit 4d757c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
node_modules/
node_modules/
.idea
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 4d757c0

Please sign in to comment.