Skip to content

Commit

Permalink
chore: Update misc configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Nov 24, 2021
1 parent 5367b92 commit fc87a9a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
src/
.github/
.git/
.e2e/
.husky/
.vscode/
e2e/
test-fixtures/
local/
.prettierignore
.prettierrc
.eslintrc
.eslintignore
*.test.js
*.test.js.map
*.test.d.ts
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "4.1.5",
"description": "TypeScript language service plugin for ESLint",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"clean": "rimraf local lib \"e2e/**/*.log\"",
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit fc87a9a

Please sign in to comment.