File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 - name : Checkout Source code
1414 uses : actions/checkout@v5
1515
16- - name : Use Node.js 22
16+ - name : Use Node.js 24
1717 uses : actions/setup-node@v5
1818 with :
19- node-version : 22
19+ node-version : 24
2020 cache : ' npm'
2121 cache-dependency-path : ' package-lock.json'
2222 always-auth : ' true'
4343 - name : Start Docusaurus server
4444 uses : JarvusInnovations/background-action@v1
4545 with :
46- run : npx docusaurus serve --port 3000 --no-open
46+ run : |
47+ npx docusaurus serve --port 3000 --no-open
4748 wait-on : http://localhost:3000
4849
4950 - name : Start Nginx with project config
@@ -109,10 +110,10 @@ jobs:
109110 files_ignore : ' !sources/api/*.{md,mdx}'
110111 separator : " ,"
111112
112- - name : Use Node.js 22
113+ - name : Use Node.js 24
113114 uses : actions/setup-node@v5
114115 with :
115- node-version : 22
116+ node-version : 24
116117 cache : ' npm'
117118 cache-dependency-path : ' package-lock.json'
118119
@@ -142,10 +143,10 @@ jobs:
142143 - name : Checkout Source code
143144 uses : actions/checkout@v5
144145
145- - name : Use Node.js 22
146+ - name : Use Node.js 24
146147 uses : actions/setup-node@v5
147148 with :
148- node-version : 22
149+ node-version : 24
149150 cache : ' npm'
150151 cache-dependency-path : ' package-lock.json'
151152
You can’t perform that action at this time.
0 commit comments