Skip to content

Commit

Permalink
Fix Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonpc committed Jul 4, 2023
1 parent 8784a67 commit a024891
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,13 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: latest
- name: Build
run: |
npm install
Expand Down

0 comments on commit a024891

Please sign in to comment.