Skip to content

Commit

Permalink
actualizando la version del release a lts de nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
ripper2hl committed Nov 18, 2023
1 parent de55247 commit 0352446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Node.js 14
- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 0352446

Please sign in to comment.