Skip to content

Commit

Permalink
⬆️ upgrade eslint, update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed May 26, 2024
1 parent 574e1b4 commit 0b31a3c
Show file tree
Hide file tree
Showing 17 changed files with 1,354 additions and 378 deletions.
209 changes: 0 additions & 209 deletions .eslintrc.js

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/yee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18, 20, 22]
# supported Node.js release schedule: https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'package.json'

- run: npm i
- run: npm ci
- run: npm test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ dist
.tern-port

.DS_Store
package-lock.json
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"**/package-lock.json": true
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}
Loading

0 comments on commit 0b31a3c

Please sign in to comment.