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

Update Node.js versions in CI workflow to include 12.16.3 and 14

This commit is contained in:
Naor Peled 2025-08-09 20:38:49 +03:00
parent 46b1a95e8b
commit 0fbb8eae67

View File

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