Skip to content

chore(deps-dev): bump react from 17.0.2 to 18.3.1 (#462) #94

chore(deps-dev): bump react from 17.0.2 to 18.3.1 (#462)

chore(deps-dev): bump react from 17.0.2 to 18.3.1 (#462) #94

Workflow file for this run

name: Publish to NPM registry
on:
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm semantic-release