Skip to content

Commit

Permalink
yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PunitSoniME committed Jul 28, 2024
1 parent dbe3b0d commit 6392bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14', '16']
node: ['14.x', '16.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand All @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
architecture: 'x64'

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 6392bce

Please sign in to comment.