Skip to content

Commit

Permalink
fix: update pnpm version in package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Apr 26, 2023
1 parent dc1f2a2 commit e604f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Enable PNPM
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
cache: "pnpm"

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@
"type": "git",
"url": "git+https://github.com/fontsource/google-font-metadata"
},
"packageManager": "pnpm@7.5.0"
"packageManager": "pnpm@8.3.1"
}

0 comments on commit e604f93

Please sign in to comment.