Skip to content

Commit 5a928c2

Browse files
committed
chore(github actions): remove node_version 16 from matrix
1 parent cfb87fb commit 5a928c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node_version: [16, 18, 20, 21]
14+
node_version: [18, 20, 21, 22]
1515

1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node_version: [16, 18, 20, 21, 22]
13+
node_version: [18, 20, 21, 22]
1414

1515
steps:
1616
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)