Skip to content

Commit

Permalink
build: use newer Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jul 14, 2023
1 parent b1fada8 commit f4de1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: 'Install Node.js'
uses: actions/setup-node@v3
with:
node-version: '16' # 'lts/*'
node-version: '18' # 'lts/*'
timeout-minutes: 5

# Install dependencies (accounting for possible network failures, etc, when installing node module dependencies):
Expand Down

0 comments on commit f4de1ad

Please sign in to comment.