Skip to content

Commit 4a92bbf

Browse files
Copilotkentcdodds
andcommitted
Use Node 16 and 18 to maintain TypeScript 4.7 compatibility
Co-authored-by: kentcdodds <[email protected]>
1 parent a23280e commit 4a92bbf

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
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [lts/-2, lts/-1, lts/*]
19+
node: [16, 18]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs
@@ -63,7 +63,7 @@ jobs:
6363
- name: ⎔ Setup node
6464
uses: actions/setup-node@v6
6565
with:
66-
node-version: lts/*
66+
node-version: 18
6767

6868
- name: 📥 Download deps
6969
uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)