Skip to content

Commit

Permalink
Moving to CJS, upping to node18
Browse files Browse the repository at this point in the history
- Per convention, renaming all `.js` to `.cjs`
- Updating to NodeJS 18
  • Loading branch information
manchicken committed Oct 1, 2023
1 parent a3bd991 commit 13e7226
Show file tree
Hide file tree
Showing 33 changed files with 2,987 additions and 733 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ tags
node_modules/*
coverage
.nova
**/.DS_Store
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning].
- `@types/jest`
- `jest`
- `prettier`
- Using `cjs` extensions instead of `js` ones, per convention
- Updating to NodeJS 18

## [2.0.0] - 2023-06-29

Expand Down
66 changes: 0 additions & 66 deletions __tests__/TEST_PLANS.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ branding:
icon: 'monitor'
color: 'purple'
runs:
using: node16
main: dist/index.js
using: node18
main: dist/index.cjs
inputs:
# Stuff we need for this action
github-token:
Expand Down
Loading

0 comments on commit 13e7226

Please sign in to comment.