Skip to content

Commit

Permalink
Updated Node.js version used in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
levimcgomes committed Jan 17, 2025
1 parent f95372e commit 1972a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
#cache: npm

- name: Install dependencies
run: npm install --force

- name: build
env:
BASE_PATH: "/levimcgomes.github.io"
BASE_PATH: "/orbisat-oeiras.github.io"
run: |
npm run build
touch build/.nojekyll
Expand Down

0 comments on commit 1972a0c

Please sign in to comment.