Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj committed Apr 17, 2023
1 parent 42f7be8 commit 1dd1799
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:

strategy:
matrix:
node-version: [ 18 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [ 14, 16, 18 ]
os: [ ubuntu-latest, macos-latest ]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
if: ${{ matrix.os }} !== 'windows-latest'
run: |
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
Expand Down

0 comments on commit 1dd1799

Please sign in to comment.