Skip to content

Commit 4ae9ef1

Browse files
chore: point to node 18 for release job (#267)
1 parent f3da929 commit 4ae9ef1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ jobs:
141141
- run: |
142142
git pull
143143
make install
144+
- name: Use Node.js 18.x
145+
uses: actions/setup-node@v2
146+
with:
147+
node-version: 18.x
144148
- name: semanticRelease
145149
id: semantic-release
146150
run: DEBUG=semantic-release:* npx semantic-release -t \${version}

0 commit comments

Comments
 (0)