Skip to content

Commit f176285

Browse files
authored
chore: Run with latest Node 16 again (#1071)
1 parent 00c89dc commit f176285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
# TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
24-
node: [12, 14, '16.9.1']
23+
node: [12, 14, 16]
2524
react: [latest, next, experimental]
2625
runs-on: ubuntu-latest
2726
steps:

0 commit comments

Comments
 (0)