Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arsh73552 authored Jul 10, 2023
1 parent e04c853 commit 3a67537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
jobs:
build:

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

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

Expand Down

0 comments on commit 3a67537

Please sign in to comment.