Skip to content

Commit 9d1beb0

Browse files
committed
chore(ci): removed node 8 and added 22
1 parent e0a77be commit 9d1beb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
node: [8.x, 10.x, 12.x, 14.x, 16.x, 20.x]
31+
node: [10.x, 12.x, 14.x, 16.x, 20.x, 22.x]
3232

3333
# Steps represent a sequence of tasks that will be executed as part of the job
3434
steps:

0 commit comments

Comments
 (0)