Skip to content

Commit

Permalink
[fix] Yarn registry error
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Dec 25, 2021
1 parent eccdb43 commit ee4ddd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish Node.js Package
name: CI & CD
on:
push:
tags:
Expand All @@ -11,6 +11,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org
cache: yarn
- name: Install packages
run: yarn
Expand Down

0 comments on commit ee4ddd8

Please sign in to comment.