Skip to content

Commit 92a2f86

Browse files
committed
fix: upgrade node 18 in release workflows
1 parent 57c4acc commit 92a2f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: "🔧 setup node"
7474
uses: actions/setup-node@v3
7575
with:
76-
node-version: 16
76+
node-version: 18
7777

7878
- name: "🔧 install npm@latest"
7979
run: npm i -g npm@latest

0 commit comments

Comments
 (0)