Skip to content

Commit

Permalink
Deprecated node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGit committed Sep 10, 2022
1 parent 0ab486a commit c1baefc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pull_request_rules:
- name: Dependabot automatic merges
conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success=build (12.x)
- check-success=build (14.x)
- check-success=build (16.x)
- "#check-failure=0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- name: Check out code
Expand Down

0 comments on commit c1baefc

Please sign in to comment.