Skip to content

Commit

Permalink
Updating to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 committed May 7, 2024
1 parent 42c9257 commit 8a4e1e0
Show file tree
Hide file tree
Showing 7 changed files with 5,321 additions and 579 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
# test action works running from the graph
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Default Project Board Action

Intended to be used to set a default board for all new issues to automatically be added to.
Intended to be used to set a default board for all new issues to automatically be added to. Currently only works with `Project (Classic)`, not modern GitHub projects.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
description: "GitHub token, use {{ secrets.GITHUB_TOKEN }}"
required: true
runs:
using: "node12"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit 8a4e1e0

Please sign in to comment.