Compare commits
1 Commits
renovate/a
...
renovate/e
Author | SHA1 | Date | |
---|---|---|---|
b4492ae80b |
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
|
@ -32,7 +32,7 @@
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-config-airbnb": "^19.0.2",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"jest": "^27.5.1"
|
||||
},
|
||||
"jest": {
|
||||
|
Reference in New Issue
Block a user