Skip to content

Commit

Permalink
Merge pull request #91 from AmericanAirlines/dependabot-suggestions-2…
Browse files Browse the repository at this point in the history
…0220123

Dependabot suggestions 20220123
  • Loading branch information
leemeador authored Jan 26, 2022
2 parents e492bec + d8d9ee5 commit 9c69eeb
Show file tree
Hide file tree
Showing 4 changed files with 940 additions and 721 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16.13.2'
cache: 'yarn'

- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# https://github.com/marketplace/actions/release-drafter
- name: create and publish a release
uses: release-drafter/release-drafter@v5.15.0
uses: release-drafter/release-drafter@v5.17.6
id: createrelease
with:
publish: true
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"watch": "ncc build src/action.ts --watch"
},
"engines": {
"yarn": "1.22"
"yarn": "1.22",
"node": "16.13.2"
},
"repository": {
"type": "git",
Expand All @@ -36,20 +37,21 @@
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@actions/io": "^1.1.1"
"@actions/io": "^1.1.1",
"yarn": "^1.22.17"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/node": "16.11.12",
"@types/node": "17.0.10",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vercel/ncc": "0.33.0",
"@vercel/ncc": "0.33.1",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"jest": "^27.4.3",
"typescript": "^4.5.2",
"ts-jest": "27.1.1"
"ts-jest": "27.1.3",
"typescript": "^4.5.5"
}
}
Loading

0 comments on commit 9c69eeb

Please sign in to comment.