Skip to content

Commit

Permalink
update nodejs to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed May 15, 2024
1 parent e197b22 commit 8b6f250
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: ./docs/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=20.0"
}
}

0 comments on commit 8b6f250

Please sign in to comment.