mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-12-28 09:54:55 -05:00
Update dependencies.
This commit is contained in:
parent
e47963f4ae
commit
4f9edd3995
2 changed files with 7 additions and 7 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
node-version: '16'
|
||||
- name: Install dependencies
|
||||
run: make install
|
||||
- name: Lint
|
||||
|
|
10
package.json
10
package.json
|
@ -23,13 +23,13 @@
|
|||
},
|
||||
"homepage": "https://github.com/FranzDiebold/github-env-vars-action#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.7",
|
||||
"@actions/github": "^4.0.0"
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/github": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.28.5",
|
||||
"eslint": "^7.25.0",
|
||||
"@vercel/ncc": "^0.33.1",
|
||||
"eslint": "^8.7.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^26.6.3"
|
||||
"jest": "^27.4.7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue