Skip to content

Commit

Permalink
chore: tweak build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Feb 6, 2022
1 parent e082066 commit a88f763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
- name: Install dependencies
run: npm install
- name: Run Eslint
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nodeversion: ["12", "14", "16"]
nodeversion: ["12", "14", "16", "17"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit a88f763

Please sign in to comment.