Skip to content

Commit 835f9f8

Browse files
committed
feat: workflow checking for node 16
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
1 parent 5aa96e7 commit 835f9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16, 18, 20]
18+
node-version: [18, 20]
1919
steps:
2020
- name: Checkout Repository
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)