Skip to content

Commit

Permalink
- upgrade to use node16 for the action
Browse files Browse the repository at this point in the history
- dependency upgrades
```
    "@actions/glob": "^0.2.1",
    "nock": "^13.2.4",
    "webpack": "^5.70.0",
    "@types/jest": "^27.4.1",
    "@typescript-eslint/parser": "^5.15.0",
    "@types/node": "^17.0.21",
    "@vercel/ncc": "^0.33.3",
    "eslint": "^8.11.0",
    "eslint-plugin-jest": "^26.1.1",
    "jest": "^27.5.1",
    "jest-circus": "^27.5.1",
    "prettier": "2.6.0",
    "typescript": "^4.6.2"
```
  • Loading branch information
mikepenz committed Mar 18, 2022
1 parent 0cefb4d commit 10d4cfc
Show file tree
Hide file tree
Showing 6 changed files with 1,895 additions and 2,138 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ inputs:
required: false
default: ''
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
178 changes: 105 additions & 73 deletions dist/index.js

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

Loading

0 comments on commit 10d4cfc

Please sign in to comment.