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 0d73949 commit 213058e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 32 deletions.
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ inputs:
latitude:
required: true
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
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@actions/github": "^5.0.0",
"@types/moment": "^2.13.0",
"@types/node": "^16.11.6",
"@vercel/ncc": "^0.32.0",
"@vercel/ncc": "^0.33.1",
"ts-node": "^10.3.1",
"typescript": "^4.4.3"
},
Expand Down

0 comments on commit 213058e

Please sign in to comment.