Skip to content

Commit

Permalink
chore: lint and release action
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Mar 7, 2024
1 parent 70cf37b commit 3ca8282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"node": true
},
"plugins": ["prettier"],
"extends": [
"eslint:recommended",
"plugin:node/recommended",
"plugin:markdown/recommended"
],
"extends": ["eslint:recommended", "plugin:node/recommended"],
"parserOptions": {
"ecmaVersion": 2021,
"sourceType": "module"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- run: npm ci --ignore-scripts
- run: npm run lint
Expand Down

0 comments on commit 3ca8282

Please sign in to comment.