Skip to content

Commit

Permalink
Merge pull request #120 from yowainwright/fix-actions
Browse files Browse the repository at this point in the history
chore: updates actions
  • Loading branch information
yowainwright committed Aug 12, 2024
2 parents 97daa99 + 9696084 commit 6830893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
Expand All @@ -42,6 +42,5 @@ jobs:
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: pnpm lint
# - run: pnpm test
env:
CI: true
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -28,7 +28,7 @@ jobs:
- run: pnpm run update
- run: pnpm install --no-frozen-lockfile
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
commit-message: Update dependencies
Expand Down

0 comments on commit 6830893

Please sign in to comment.