Skip to content

Commit 27c4613

Browse files
committed
Drop Node 16
1 parent 0454843 commit 27c4613

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- windows-latest
2222
- ubuntu-latest
2323
node:
24-
- '16'
2524
- '18'
2625
- '20'
2726
- '22'
@@ -80,7 +79,7 @@ jobs:
8079
os:
8180
- ubuntu-latest
8281
node:
83-
- '16'
82+
- 18
8483

8584
steps:
8685
- name: 'Checkout'
@@ -111,7 +110,7 @@ jobs:
111110
os:
112111
- ubuntu-latest
113112
node:
114-
- '16'
113+
- 18
115114

116115
steps:
117116
- name: 'Checkout'
@@ -142,7 +141,7 @@ jobs:
142141
os:
143142
- ubuntu-latest
144143
node:
145-
- '20'
144+
- 20
146145

147146
steps:
148147
- name: 'Checkout'

0 commit comments

Comments
 (0)