From bec1e478bdcfda7cc1a6e1dc554091f1832e8320 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 15 Jan 2025 05:58:58 -0500 Subject: [PATCH] workflows: try to get workflow working again. --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3b89a24b..ce7263e8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -51,7 +51,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install browserify tools - run: npm install --location=global browserify babel-eslint + run: npm install --location=global browserify - name: Install dependencies run: npm install @@ -66,7 +66,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - node: [14.x, 16.x, 18.x, 20.x] + node: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Setup @@ -86,7 +86,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - node: [14.x, 16.x, 18.x, 20.x] + node: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Setup