Skip to content

Commit 7490fd8

Browse files
authored
Merge pull request #1668 from dhensby/pulls/release-deps
ci: move release process to node 18
2 parents 27721ae + e6b39a3 commit 7490fd8

File tree

3 files changed

+558
-1211
lines changed

3 files changed

+558
-1211
lines changed

.github/workflows/nodejs.yml

+1-1
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)