Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/continuum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,15 @@ jobs:
build:
runs-on: ubuntu-latest
needs: ketchup-release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN || secrets.NODE_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '22.16.0'
registry-url: 'https://registry.npmjs.org'
scope: '@sme.up'

- name: Update npm
run: npm install -g npm@10
run: npm install -g npm@11.5.1

- name: Install dependencies
run: yarn install --no-immutable
Expand Down Expand Up @@ -122,12 +119,12 @@ jobs:
- name: Publish Ketchup
run: |
cd packages/ketchup
npm publish --tag snapshot --access public
npm publish --tag snapshot

- name: Publish Ketchup React
run: |
cd packages/ketchup-react
npm publish --tag snapshot --access public
npm publish --tag snapshot

trigger-webup-continuum:
needs: build
Expand Down