Skip to content

Commit

Permalink
Merge pull request #159 from dkershner6/DAK/majorReleaseBranch
Browse files Browse the repository at this point in the history
feat: We need to go to v2 for Node 20
  • Loading branch information
dkershner6 authored Dec 23, 2023
2 parents c69ea57 + d4a2942 commit 0bee977
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 43 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ import {

const project = new GitHubActionTypeScriptProject({
packageManager: NodePackageManager.PNPM,
majorVersion: 1,
minNodeVersion: "20.10.0",

majorVersion: 2,
defaultReleaseBranch: "main",

devDeps: ["projen-github-action-typescript"],
name: "reaction-action",
projenrcTs: true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ React to any comment with the GitHub Reaction types.

```yaml
- name: React to comment
uses: dkershner6/reaction-action@v1
uses: dkershner6/reaction-action@latest # You can also use a specific version, e.g. v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
commentId: 1234 # Optional if the trigger is a comment. Use another action to find this otherwise.
Expand Down
5 changes: 4 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0bee977

Please sign in to comment.