Skip to content

Commit

Permalink
Merge pull request #23 from im-open/revert-22-update-node
Browse files Browse the repository at this point in the history
Revert "Update to Node 20"
  • Loading branch information
DougDyreng authored Apr 11, 2024
2 parents a6cf314 + 1f213bd commit 8f9dee5
Show file tree
Hide file tree
Showing 6 changed files with 7,311 additions and 24,552 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- name: Setup Node.js 20
uses: actions/setup-node@v4
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 16.x

# If this step results in changes, they will be committed in the last step
- name: Recompile and Format action
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: 'Create or Update PR Comment'
# You may also reference just the major or major.minor version.
uses: im-open/[email protected].0
uses: im-open/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-identifier: 'specific-comment-identifier' # this should not change
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ inputs:
required: false
description: If comment does not already exist, create it
default: 'true'

runs:
using: 'node20'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 8f9dee5

Please sign in to comment.