Skip to content

Commit d0cbd31

Browse files
authored
Maintenance, moving to cjs, and node20 (#57)
* Updating dependencies. * Moving to CJS, upping to node18 - Per convention, renaming all `.js` to `.cjs` - Updating to NodeJS 18 * Delete jsconfig.json Adds no value. * Update action.yml node18 isn't a choice, going to 20. * Removing the `.js` file. * Switching to esbuild Swapping ncc out for esbuild
1 parent 6e56083 commit d0cbd31

34 files changed

+25376
-41484
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ tags
33
node_modules/*
44
coverage
55
.nova
6+
**/.DS_Store

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning].
1414
- `@types/jest`
1515
- `jest`
1616
- `prettier`
17+
- Using `cjs` extensions instead of `js` ones, per convention
18+
- Updating to NodeJS 20
19+
- Changing from `@vercel/ncc` to `esbuild` for packaging.
1720

1821
## [2.0.0] - 2023-06-29
1922

__tests__/TEST_PLANS.md

-66
This file was deleted.
File renamed without changes.
File renamed without changes.

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ branding:
66
icon: 'monitor'
77
color: 'purple'
88
runs:
9-
using: node16
10-
main: dist/index.js
9+
using: node20
10+
main: dist/index.cjs
1111
inputs:
1212
# Stuff we need for this action
1313
github-token:

0 commit comments

Comments
 (0)