-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from py-actions/node-20
Change GitHub Action runner environment node version to 20
- Loading branch information
Showing
8 changed files
with
27,415 additions
and
17,556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
extends: | ||
- wesbos | ||
|
||
parser: "babel-eslint" | ||
|
||
rules: | ||
no-console: | ||
- off | ||
quotes: 0 | ||
prettier/prettier: | ||
- singleQuote: false | ||
env: | ||
es2021: true | ||
node: true | ||
extends: eslint:recommended | ||
parserOptions: | ||
ecmaVersion: latest | ||
sourceType: module | ||
rules: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
dist: src/*.js package*.json | ||
npm run package | ||
npm i --legacy-peer-deps && NODE_OPTIONS=--openssl-legacy-provider npm run package | ||
|
||
update: | ||
npm update | ||
|
||
dev-update: | ||
npm update --dev | ||
npm update --include=dev | ||
|
||
lint: | ||
npm run lint | ||
|
||
.PHONY: dev-update dist lint update | ||
.PHONY: dev-update update lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.