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 fdbfe0b commit 314ee25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
~/.npm
key: ${{ runner.os }}-prepare-${{ env.cache-name }}-${{ github.sha }}

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }}

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

Expand Down

0 comments on commit 314ee25

Please sign in to comment.