Skip to content

Commit

Permalink
chore: upgrade PR build to use Node 14 (aws-samples#571)
Browse files Browse the repository at this point in the history
The current PR build shows many warnings throughout due to still using Node 10,
which is EOL. This doesn't break anything, but is silly. Upgrade the workflow to
use Node 14.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
njlynch and mergify[bot] committed Nov 26, 2021
1 parent b3acc9b commit 7e9f5c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
fetch-depth: 2

- name: Set up Node
uses: actions/[email protected]
with:
node-version: 14

- name: Check files
id: check_files
run: |
Expand Down

0 comments on commit 7e9f5c5

Please sign in to comment.