Skip to content

Commit

Permalink
Actualizar versiones de node.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuelgg committed Nov 4, 2024
1 parent 95791ea commit 9c98634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm ci --force
- run: npm run build --if-present
- run: npm test
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
os: [ubuntu-latest, windows-latest, macOS-latest]

Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps
- run: npm run build --if-present
Expand Down

0 comments on commit 9c98634

Please sign in to comment.