1
0
mirror of https://github.com/lancedikson/bowser synced 2025-12-05 06:02:14 +00:00

Remove Node.js version 14 from CI workflow

This commit is contained in:
Naor Peled 2025-08-09 20:40:14 +03:00
parent 0fbb8eae67
commit c4c02b0c6a

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12.16.3, 14]
node: [12.16.3]
name: Node ${{ matrix.node }}
steps:
- name: "Checkout latest code"