Skip to content

Commit

Permalink
chore: run workflow with node18 (#74)
Browse files Browse the repository at this point in the history
Update validation.yml
  • Loading branch information
CFenner committed Jan 5, 2024
1 parent cca5c5f commit 59cb41c
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: [18.x]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -42,7 +42,7 @@ jobs:
name: 'Stylelint'
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 59cb41c

Please sign in to comment.