Compare commits
1 Commits
renovate/a
...
renovate/b
Author | SHA1 | Date | |
---|---|---|---|
b01134e6c8 |
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
|
||||
|
@ -27,7 +27,7 @@
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
"babel-jest": "^27.5.1",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"babel-plugin-module-resolver": "^5.0.0",
|
||||
"babel-plugin-rewire": "^1.2.0",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-config-airbnb": "^19.0.2",
|
||||
|
Reference in New Issue
Block a user