mirror of
https://github.com/tauri-apps/actions-netlify.git
synced 2026-01-31 00:45:22 +01:00
deps: update
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm ci
|
||||
- run: npm run all
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import * as path from 'path'
|
||||
import {mocked} from 'ts-jest/utils'
|
||||
import {mocked} from 'jest-mock'
|
||||
import {defaultInputs} from '../src/inputs'
|
||||
import {context} from '@actions/github'
|
||||
import {run} from '../src/main'
|
||||
|
||||
40922
dist/index.js
vendored
40922
dist/index.js
vendored
File diff suppressed because one or more lines are too long
14059
package-lock.json
generated
14059
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
@@ -31,15 +31,16 @@
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^12.20.55",
|
||||
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
||||
"@typescript-eslint/parser": "^5.40.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"eslint": "^8.25.0",
|
||||
"jest": "^26.6.3",
|
||||
"jest-circus": "^27.5.1",
|
||||
"eslint": "^8.29.0",
|
||||
"jest": "^29.3.1",
|
||||
"jest-circus": "^29.3.1",
|
||||
"jest-mock": "^29.3.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "^2.8.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"ts-jest": "^29.0.3",
|
||||
"typescript": "^4.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user