Skip to content

Commit

Permalink
cio: Rename branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed May 6, 2024
1 parent 17c8fb2 commit 459ba29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ permissions:
packages: write
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]

jobs:
build:
Expand All @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Build 🔧
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Node.Js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: '20.x'
- name: Publish package 📦
run: |
npm ci
Expand Down

0 comments on commit 459ba29

Please sign in to comment.