Skip to content

Commit

Permalink
Merge branch 'main' into node-18
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored May 3, 2022
2 parents b495af1 + 18614fb commit 4353b76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 6
version: 7

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"vitepress": "~0.22.3",
"vitest": "~0.10.1"
},
"packageManager": "pnpm@6.32.11",
"packageManager": "pnpm@7.0.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down

0 comments on commit 4353b76

Please sign in to comment.