Skip to content

Commit

Permalink
Use GHA node16 rather than Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 4, 2022
1 parent 35f83e3 commit 0e3d8a6
Show file tree
Hide file tree
Showing 7 changed files with 172 additions and 86 deletions.
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

9 changes: 6 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ inputs:
If unset we use `$GTD_TODAY`.
required: false
runs:
using: docker
image: Dockerfile
# ^^ because we want node 16 so we can use modern features
using: node16
main: dist/index.js

branding:
icon: check-square
color: green
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.cjs

Large diffs are not rendered by default.

232 changes: 159 additions & 73 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@actions/github": "^5.0.0",
"@types/marked": "^3.0.2",
"@types/node": "^16.11.6",
"typescript": "^4.4.3",
"@vercel/ncc": "^0.31.1",
"ts-node": "^10.3.1"
"@vercel/ncc": "^0.33.1",
"ts-node": "^10.3.1",
"typescript": "^4.4.3"
},
"type": "module"
}

0 comments on commit 0e3d8a6

Please sign in to comment.