Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
juno7803 committed Oct 29, 2023
1 parent 9d14fc5 commit e5cca87
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
node-version: 16

- name: Install Dependencies
run: yarn
Expand All @@ -32,8 +31,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo $NPM_TOKEN
echo $NODE_AUTH_TOKEN
cat /home/runner/work/_temp/.npmrc

0 comments on commit e5cca87

Please sign in to comment.