Skip to content

Commit

Permalink
chore: update tested node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 12, 2023
1 parent 876b29e commit f35c17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [12, 14, 16, 18]
node: [18, 20]
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit f35c17b

Please sign in to comment.