1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

drop node 12

This commit is contained in:
Naor Peled 2023-11-17 19:58:46 +02:00
parent e45f9325f5
commit 90932af259

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16, 18, 20]
node: [14, 16, 18, 20]
name: Node ${{ matrix.node }}
steps:
- name: 'Checkout latest code'