Skip to content

Commit e6b39a3

Browse files
committed
ci: move release process to node 18
1 parent 27721ae commit e6b39a3

File tree

3 files changed

+558
-1211
lines changed

3 files changed

+558
-1211
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- name: Setup Node.js
182182
uses: actions/setup-node@v4
183183
with:
184-
node-version: "lts/*"
184+
node-version: "18.x"
185185
cache: 'npm'
186186
- name: Install dependencies
187187
run: npm clean-install

0 commit comments

Comments
 (0)