Skip to content

Commit

Permalink
chore: 🤖 modify npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihye Park committed Mar 27, 2021
1 parent 5629961 commit ca5259f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Node.js Package
on:
push:
branches:
- "master"
- "main"

jobs:
build:
Expand All @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
- uses: actions/setup-node@v1
uses: actions/setup-node@v1
with:
node-version: 12.18.0
- name: Setup Node.js
Expand Down

0 comments on commit ca5259f

Please sign in to comment.