Skip to content

Commit

Permalink
chore(ci): install Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Oct 21, 2024
1 parent f510fe0 commit da595e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ jobs:
CACHE_FROM: 'type=local,src=/tmp/.buildx-cache'
CACHE_TO: 'type=local,dest=/tmp/.buildx-cache-new'

- name: 'Setup Node.js 18'
- name: 'Setup Node.js 20'
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install Node dependencies
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mermaid-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Setup Node.js 18'
- name: 'Setup Node.js 20'
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install Node dependencies
run: npm i
working-directory: mermaid
Expand Down

0 comments on commit da595e4

Please sign in to comment.