Skip to content

Commit

Permalink
fix: gh action ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devrsi0n committed Apr 1, 2024
1 parent 276273a commit 9b7c9e4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file removed .github/quotion.png
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ^7.4.1
version: ^8.14.0
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Test using Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: 20.x

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ^7.4.1
version: ^8.14.0
run_install: false

- name: Get pnpm store directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16.x
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: ^7.4.1
version: ^8.14.0
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ AGPL 3.0

## More products from author

[![Quotion - Apple Notes to blogs in minutes](./.github/quotion.png)](https://quotion.co)
[![Quotion - Apple Notes to blogs in minutes](https://quotion.co/images/root/og-image.png)](https://quotion.co)

0 comments on commit 9b7c9e4

Please sign in to comment.