Skip to content

Commit 3850ce3

Browse files
committed
Remove Node 16 from CI
1 parent 4c8615c commit 3850ce3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: ["16", "18", "20"]
8+
node: ["18", "20"]
99
name: Node ${{ matrix.node }}
1010
steps:
1111
- name: Checkout repository
@@ -30,8 +30,6 @@ jobs:
3030
uses: actions/checkout@v4
3131
- name: Set up Node
3232
uses: actions/setup-node@v4
33-
with:
34-
node-version: ${{ matrix.node }}
3533
- name: Install
3634
run: yarn
3735
- name: Build

0 commit comments

Comments
 (0)