Skip to content

Commit e163803

Browse files
upgrade npm 16 in release build
1 parent c9803d2 commit e163803

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
3-
tags:
4-
- "*"
3+
tags:
4+
- '*'
55

66
name: Create Release
77

@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '14'
17+
node-version: '18'
1818
- name: Building Package
1919
run: |
2020
npm install -g pkg
@@ -61,4 +61,3 @@ jobs:
6161
asset_path: ./release/windows/liascript-devserver.exe
6262
asset_name: liascript-devserver-win.exe
6363
asset_content_type: application/vnd.microsoft.portable-executable
64-

0 commit comments

Comments
 (0)