Skip to content

Commit 6836670

Browse files
committed
chore: update prettier and workflows
1 parent 705d10f commit 6836670

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Set up Node.js for NPM
2929
uses: actions/setup-node@v1
3030
with:
31+
node-version: 12.x
3132
registry-url: 'https://registry.npmjs.org'
3233

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"@types/node": "^16.0.0",
4848
"@typescript-eslint/eslint-plugin": "^5.2.0",
4949
"@typescript-eslint/parser": "^5.2.0",
50-
"eslint": "^8.1.0",
51-
"eslint-config-prettier": "^8.0.0",
50+
"eslint": "7",
51+
"eslint-config-prettier": "^8.3.0",
5252
"eslint-plugin-prettier": "^4.0.0",
5353
"husky": "^7.0.0",
5454
"lint-staged": "^11.0.0",
55-
"prettier": "^2.2.1",
55+
"prettier": "^2.4.1",
5656
"ts-node": "^10.0.0",
5757
"typedoc": "^0.22.3",
5858
"typescript": "4.4",

0 commit comments

Comments
 (0)