Skip to content

Commit

Permalink
ci: cross platform testing
Browse files Browse the repository at this point in the history
  • Loading branch information
otariidae committed Jan 11, 2024
1 parent 8b94281 commit 2a5f2c5
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 @@ -10,14 +10,14 @@ on:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

test:
strategy:
matrix:
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2a5f2c5

Please sign in to comment.