Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Mar 13, 2024
1 parent e20f1d7 commit 04ba829
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 @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.2
with:
fetch-depth: 2

- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn build:ts
- run: pnpm install
- run: pnpm run build:ts
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 04ba829

Please sign in to comment.