Skip to content

Commit

Permalink
Bump GitHub Actions to use node 14 (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath authored May 4, 2022
1 parent bf4d7e5 commit 6d42901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node: [12.x]
node: [14.x]

steps:
- name: Checkout code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: [12.x]
node: [14.x]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: [12.x]
node: [14.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit 6d42901

Please sign in to comment.