Skip to content

Commit

Permalink
build!: drop node 12 support (googleapis#1563) (googleapis#1577)
Browse files Browse the repository at this point in the history
deps: update octokit packages
deps: update code-suggester to v4
  • Loading branch information
chingor13 authored Aug 15, 2022
1 parent f1a88b4 commit 3fc0173
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ branchProtectionRules:
- cla/google
- docs
- lint
- test (12)
- test (14)
- test (16)
- windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [14, 16]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
"@lerna/package": "^4.0.0",
"@lerna/package-graph": "^4.0.0",
"@lerna/run-topologically": "^4.0.0",
"@octokit/graphql": "^4.3.1",
"@octokit/request": "^5.6.0",
"@octokit/request-error": "^2.1.0",
"@octokit/rest": "^18.12.0",
"@octokit/graphql": "^5.0.0",
"@octokit/request": "^6.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/rest": "^19.0.0",
"@types/npm-package-arg": "^6.1.0",
"@xmldom/xmldom": "^0.8.2",
"chalk": "^4.0.0",
"code-suggester": "^3.0.0",
"code-suggester": "^4.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"conventional-changelog-writer": "^5.0.0",
"conventional-commits-filter": "^2.0.2",
Expand All @@ -99,6 +99,6 @@
"yargs": "^17.0.0"
},
"engines": {
"node": ">=12.18.0"
"node": ">=14.0.0"
}
}

0 comments on commit 3fc0173

Please sign in to comment.