Skip to content

Commit

Permalink
build: upgrade Node.js from 18.18.2 to 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daht-x committed Oct 26, 2023
1 parent 58e6aca commit 7fc5d68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Set up workspace"
if: "${{ github.event_name == 'push' || github.event_name == 'pull_request' }}"
uses: "actions/checkout@v4.1.1"
- name: "Set up workspace"
- name: "Set up workspace (applicable to manual or scheduled events)"
if: "${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}"
uses: "actions/checkout@v4.1.1"
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"markdownlint-cli": "0.37.0"
},
"engines": {
"node": "18.18.2",
"node": "20.9.0",
"pnpm": ">=8"
},
"private": true,
Expand Down

0 comments on commit 7fc5d68

Please sign in to comment.