Skip to content

chore(deps): update node.js to v20 #143

chore(deps): update node.js to v20

chore(deps): update node.js to v20 #143

Workflow file for this run

name: Release
on:
push:
branches:
- main
- next
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release
uses: open-turo/actions-node/release@v5
with:
github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}