Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
Justin-JHG committed Mar 30, 2025
commit 298c8ccb2fafcd0df2ceee20bc2464f5e47c88ee
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
# node-version-file: .node-version
node-version: latest
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ jobs:
- [Repository the code was forked from](https://github.com/StalemateInc/jira-release-action)
- [GitHub Actions: TypeScript Action](https://github.com/actions/typescript-action)
- [Vercel NCC](https://github.com/vercel/ncc)
- [ECMAScript module (ESM)](https://nodejs.org/api/esm.html)
- [Rollup](https://rollupjs.org)
Loading