1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-22 20:14:20 +00:00

chore(deps): bump Webpack (#602)

This commit is contained in:
Naor Peled
2026-03-22 20:40:23 +02:00
committed by GitHub
parent 2c253c3ad2
commit ab590e3b3d
10 changed files with 10402 additions and 11458 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12.16.3]
node: [20, 22, 24]
name: Node ${{ matrix.node }}
steps:
- name: "Checkout latest code"
@@ -37,7 +37,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Run ESLint