Skip to content

Commit

Permalink
workflows: try to get workflow working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jan 15, 2025
1 parent e6e78bc commit bec1e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bec1e47

Please sign in to comment.