Skip to content

Commit

Permalink
Merge pull request #71 from lifeomic/upgrade-deps
Browse files Browse the repository at this point in the history
build: fix release process
  • Loading branch information
Shawn Zhu authored Jul 10, 2023
2 parents 2ec57f9 + df0ec81 commit 13a67b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Test and Build
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
Expand Down

0 comments on commit 13a67b0

Please sign in to comment.