Skip to content

Commit

Permalink
[Publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Vishnu committed Jul 5, 2024
1 parent b349852 commit 726df44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [master, next-webpack-5]
branches: [master, v10.x.x]
pull_request:
branches: [master, next-webpack-5]
branches: [master, v10.x.x]

jobs:
build:
Expand All @@ -24,5 +24,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g @xarc/run-cli xclap-cli [email protected]
- run: fyn --pg none install
- run: fyn --pg none install --lock-time "03/08/2023"
- run: npm test
2 changes: 1 addition & 1 deletion packages/subapp-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-web",
"version": "1.0.52",
"version": "1.0.53",
"description": "Electrode subapp web support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down

0 comments on commit 726df44

Please sign in to comment.