Skip to content

Commit

Permalink
Merge pull request #86 from getlift/update-dependencies-16
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
fredericbarthelet authored Aug 17, 2021
2 parents 934aaaf + a8b9810 commit 06f63c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- 10
- 12
- 14
- 15
- 16
serverless:
- 2.36.0
- latest
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "15"
node-version: 16
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "15"
node-version: 16
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "15"
node-version: 16
registry-url: https://registry.npmjs.org
- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v15.14.0
v16.6.2
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@serverless/typescript": "^2.49.0",
"@types/chai": "^4.2.21",
"@types/inquirer": "^7.3.3",
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.1",
"@types/js-yaml": "^3.12.5",
"@types/json-schema": "^7.0.8",
"@types/mime-types": "^2.1.0",
Expand All @@ -45,7 +45,7 @@
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"chai": "^4.3.4",
"esbuild-node-tsc": "1.5.0",
"esbuild-node-tsc": "~1.5.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
Expand All @@ -56,14 +56,14 @@
"lint-staged": "^11.0.0",
"nodemon": "^2.0.10",
"prettier": "^2.3.2",
"serverless": "2.51.2",
"serverless": "^2.54.0",
"sinon": "^11.1.1",
"stdout-stderr": "^0.1.13",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},
"engines": {
"node": ">=10 <16"
"node": ">=10 <17"
},
"files": [
"/dist"
Expand Down

0 comments on commit 06f63c1

Please sign in to comment.