Skip to content

Commit

Permalink
chore: sync package
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 committed Jan 2, 2025
1 parent 39d725f commit c8d944c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: 21.7.3
node-version: lts/*
cache: 'pnpm'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: 21.7.3
node-version: lts/*
cache: 'pnpm'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Setup Node 18
uses: actions/setup-node@v4
with:
node-version: 21.7.3
node-version: lts/*
cache: 'pnpm'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 21.7.3
node-version: lts/*
cache: 'pnpm'
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: 21.7.3
node-version: lts/*
cache: 'pnpm'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8d944c

Please sign in to comment.