Skip to content

Commit f951d74

Browse files
committed
Updated node version.
1 parent aeb0fdd commit f951d74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docusaurus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
# https://github.com/actions/starter-workflows/blob/main/pages/nextjs.yml
3737
- name: Detect package manager
3838
id: detect-package-manager
@@ -50,9 +50,9 @@ jobs:
5050
exit 1
5151
fi
5252
- name: Setup Node
53-
uses: actions/setup-node@v3
53+
uses: actions/setup-node@v4
5454
with:
55-
node-version: 18
55+
node-version: 20
5656
# cache: ${{ steps.detect-package-manager.outputs.manager }}
5757

5858
# https://github.com/pnpm/action-setup

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anonyknight",
3-
"version": "0.3",
3+
"version": "3.7.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {
@@ -85,6 +85,6 @@
8585
]
8686
},
8787
"engines": {
88-
"node": ">=18.0"
88+
"node": ">=20.0"
8989
}
9090
}

0 commit comments

Comments
 (0)