Skip to content

Commit

Permalink
workflows: another attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jan 15, 2025
1 parent bec1e47 commit 8e6fa58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x

- name: Install tools
run: npm install --location=global bslint
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14.x, 16.x, 18.x, 20.x]
node: [18.x, 20.x]
script: [test-js, test-bigint]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
node: [16.x, 18.x, 20.x]
node: [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: [16.x, 18.x, 20.x]
node: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Setup
Expand Down

0 comments on commit 8e6fa58

Please sign in to comment.