Skip to content

Commit

Permalink
chore: update prettier and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Oct 26, 2021
1 parent 705d10f commit 6836670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Set up Node.js for NPM
uses: actions/setup-node@v1
with:
node-version: 12.x
registry-url: 'https://registry.npmjs.org'

- run: npm install
Expand All @@ -45,6 +46,7 @@ jobs:
- name: Set up Node.js for GPR
uses: actions/setup-node@v1
with:
node-version: 12.x
registry-url: 'https://npm.pkg.github.com/'
scope: '@snazzah'

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.0.0",
"eslint": "7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.2.1",
"prettier": "^2.4.1",
"ts-node": "^10.0.0",
"typedoc": "^0.22.3",
"typescript": "4.4",
Expand Down

0 comments on commit 6836670

Please sign in to comment.