Skip to content

Bump @types/node from 20.14.12 to 22.7.5 (#365) #23

Bump @types/node from 20.14.12 to 22.7.5 (#365)

Bump @types/node from 20.14.12 to 22.7.5 (#365) #23

Workflow file for this run

name: npm-publish
on:
push:
branches:
- "main" # Change this if not your default branch
paths:
- 'package.json'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: install
run: yarn install
- run: yarn run test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
access: 'public'