Skip to content

Commit

Permalink
add windows testing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Jul 24, 2024
1 parent 09caf26 commit 5a91ed1
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 753 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

Expand All @@ -12,10 +11,11 @@ on:
jobs:
build:

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

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [18, 20, 22]

steps:
Expand Down
Loading

0 comments on commit 5a91ed1

Please sign in to comment.