Skip to content

chore: update @ice/jsx-runtime to ^0.3.0 #297

chore: update @ice/jsx-runtime to ^0.3.0

chore: update @ice/jsx-runtime to ^0.3.0 #297

Workflow file for this run

name: ci
on:
push:
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Set branch name
run: echo >>$GITHUB_ENV BRANCH_NAME=${GITHUB_REF#refs/heads/}
- run: npm i
- run: npm run ci
- name: Publish And Notify
run: npm run publish
if: ${{ env.BRANCH_NAME == 'master' }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
DING_WEBHOOK: ${{secrets.DING_WEBHOOK}}