Skip to content

Commit

Permalink
chore(pipeline): run workflows with node 16 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner committed Aug 12, 2023
1 parent f9fd1b9 commit 414fb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: 'ESLint'
strategy:
matrix:
node-version: [14.x]
node-version: [14.x, 16.x]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:
name: 'Stylelint'
strategy:
matrix:
node-version: [14.x]
node-version: [14.x, 16.x]
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 414fb2d

Please sign in to comment.