dependabot[bot]
ff7bf7ad41
Bump actions/setup-node from 3 to 4 ( #3307 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-12 11:33:30 +08:00
Huang Qi
b98f150f82
CI: Update version of checkout to suppress warnings ( #3093 )
2024-01-27 07:55:49 +08:00
Ben Riegel
8797c751a5
CI: Update used node version to 16 ( #2303 )
...
Since building the extension now depends on node >=16 (see #2292 ),
build_wamr_vscode_ext.yml will fail on the next release without this change.
2023-06-21 13:41:30 +08:00
YAMAMOTO Takashi
dfca21d239
build_wamr_vscode_ext.yml: vsce publish only on the official repo ( #2130 )
...
This makes it simpler to test workflow files on a fork.
2023-04-19 19:39:01 +08:00
Wenyong Huang
6af87855b4
Update version number and release notes ( #2103 )
...
And restore the CI vsce publish and change the wamride publisher name.
2023-04-04 12:13:40 +08:00
liang.he
d0fb2716b6
Fix several issues in CI binary releasing ( #2064 )
2023-03-26 12:19:45 +08:00
Fadumina
df4b135086
Add WAMR-IDE vscode extension to the Visual Studio Marketplace ( #1868 )
...
Publish an extension to the visual studio marketplace using a secret token.
This allows for automation to take place because downloading and installing
the extension is a manual process so it'd be simpler if the extension was
published automatically through the visual studio marketplace.
2023-01-09 18:23:37 +08:00
TianlongLiang
6fd8001eb6
Update CIs and documents to make naming of generated binaries consistent ( #1823 )
2022-12-24 09:17:39 +08:00
Wenyong Huang
84161fe084
Add CIs to release new version and publish binary files ( #1648 )
...
Add CIs to enable the release process of a new version of WAMR,
and build and publish the binary files when a version is released,
including iwasm, wamrc, lldb, vscode-extension and wamr-ide for
Ubuntu-20.04, Ubuntu-22.04 and MacOS.
And refine the CIs to test spec cases.
2022-10-28 13:55:41 +08:00