Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 30, 2024
1 parent 8ecf856 commit 3358b18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -13,15 +13,14 @@ jobs:
# remove windows tests until https://github.com/npm/cli/issues/4234 is fixed
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
node_version: [12.x, 14.x, 'lts/*', node]
node_version: [16, 18, 20, 'lts/*', node]

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

steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Node
uses: dcodeIO/setup-node-nvm@master
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Install Dependencies
Expand Down

0 comments on commit 3358b18

Please sign in to comment.