Skip to content

Commit

Permalink
add more node versions to test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-ba committed Sep 22, 2023
1 parent 9076f25 commit 2b9758f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x , 16.x , 17.x]
node-version: [ 15.x , 16.x , 17.x,19.x,20.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x ]
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x ]
node-version: [ 16.x ]
steps:

- name: Checkout your repository using git
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- run: ls docs/dist -la

astro-deploy:
needs: [astro-build,test,validate]
needs: [ astro-build,test,validate ]
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit 2b9758f

Please sign in to comment.