Skip to content

Commit 1041e34

Browse files
committed
Update node in release workflow
1 parent c230d47 commit 1041e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# Fetch all git history for correct changelog commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 16.x
19+
- name: Setup Node.js 18.x
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323
- run: npm i -g npm@latest
2424
- name: Install Dependencies
2525
run: npm ci

0 commit comments

Comments
 (0)