Skip to content

chore: bump actions/checkout from 4.1.3 to 4.1.4 in /.github/workflow… #53

chore: bump actions/checkout from 4.1.3 to 4.1.4 in /.github/workflow…

chore: bump actions/checkout from 4.1.3 to 4.1.4 in /.github/workflow… #53

Workflow file for this run

name: cd
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "20.5.1"
cache: "npm"
- run: corepack enable
- run: npm ci
- uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}