Skip to content

Update editorconfig for workflows #1

Update editorconfig for workflows

Update editorconfig for workflows #1

Workflow file for this run

name: Release
on:
push:
jobs:
publish-github-registry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up node & dependencies
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: yarn install
- run: yarn build
- run: yarn publish