mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
docs: v0.0.8
This commit is contained in:
parent
9d4b959e5a
commit
da31dd7880
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -22,7 +22,6 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x]
|
|
||||||
ARCH: ['x86_64']
|
ARCH: ['x86_64']
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||||
|
|
||||||
@ -85,7 +84,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x]
|
node-version: [18.x]
|
||||||
ARCH: ['x86_64']
|
ARCH: ['x86_64']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -97,7 +96,7 @@ jobs:
|
|||||||
# Version Spec of the version to use in SemVer notation.
|
# Version Spec of the version to use in SemVer notation.
|
||||||
# It also emits such aliases as lts, latest, nightly and canary builds
|
# It also emits such aliases as lts, latest, nightly and canary builds
|
||||||
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
|
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
|
||||||
node-version: '16.20.2'
|
node-version: '18.12.0'
|
||||||
check-latest: false
|
check-latest: false
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## 🌈 v0.0.6 / 2024-06-30
|
## 🌈 v0.0.8 / 2024-06-30
|
||||||
|
|
||||||
🚀Features
|
🚀Features
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user