Skip to content

Commit 3312ea6

Browse files
committed
Bump version to 2.20.1
Fix format script in package.json
1 parent ce49f82 commit 3312ea6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-php",
3-
"version": "2.20.0",
3+
"version": "2.20.1",
44
"private": false,
55
"description": "Setup PHP for use with GitHub Actions",
66
"main": "lib/install.js",
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"build": "tsc",
1919
"lint": "eslint **/src/*.ts **/__tests__/*.ts --cache --fix",
20-
"format": "prettier --write **/src/*.ts **/__tests__/*.ts && git add -f src/",
20+
"format": "prettier --write **/src/*.ts **/__tests__/*.ts && git add -f __tests__/ ",
2121
"format-check": "prettier --check **/src/*.ts **/__tests__/*.ts",
2222
"release": "ncc build -o dist && git add -f dist/",
2323
"test": "jest"
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@types/jest": "^28.1.4",
43-
"@types/node": "^18.0.1",
43+
"@types/node": "^18.0.3",
4444
"@typescript-eslint/eslint-plugin": "^5.30.5",
4545
"@typescript-eslint/parser": "^5.30.5",
4646
"@vercel/ncc": "^0.34.0",

0 commit comments

Comments
 (0)