Skip to content

chore(deps): pin node.js to 4999fa1 #27

chore(deps): pin node.js to 4999fa1

chore(deps): pin node.js to 4999fa1 #27

Workflow file for this run

name: Create Release 🚀
on:
push:
branches: [main]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: "lts/*"
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx [email protected]