Skip to content

Commit

Permalink
ci: upgrade to node 20 and npm 10 in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Nov 8, 2023
1 parent 2e757d0 commit e53e0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
dist
key: ${{ runner.os }}-prepare-${{ env.cache-name }}-${{ github.sha }}

- name: Set Node v18
- name: Set Node v20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: npm
registry-url: https://registry.npmjs.org/

Expand Down

0 comments on commit e53e0b7

Please sign in to comment.