🔧 Update packaging dependencies
This commit is contained in:
8
.github/workflows/pake_build_with_cache.yaml
vendored
8
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -11,7 +11,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -40,10 +40,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install node
|
- name: install node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
npm run build:all-windows
|
npm run build:all-windows
|
||||||
|
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
# arg info: https://github.com/ncipollo/release-action#release-action
|
# arg info: https://github.com/ncipollo/release-action#release-action
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user