Skip to content

Commit f35c17b

Browse files
authored
chore: update tested node versions
1 parent 876b29e commit f35c17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ !contains(github.head_ref, 'all-contributors') }}
2222
strategy:
2323
matrix:
24-
node: [12, 14, 16, 18]
24+
node: [18, 20]
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: ⬇️ Checkout repo
@@ -57,7 +57,7 @@ jobs:
5757
- name: ⎔ Setup node
5858
uses: actions/setup-node@v2
5959
with:
60-
node-version: 14
60+
node-version: 20
6161

6262
- name: 📥 Download deps
6363
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)