Skip to content

Commit

Permalink
workflow: upgrade ci node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Nov 5, 2024
1 parent 0e876fa commit 5c9c4a0
Show file tree
Hide file tree
Showing 3 changed files with 4,007 additions and 3,246 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
os: [ubuntu-latest]
fail-fast: false

Expand All @@ -21,7 +21,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 8
version: 9

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "slimeform",
"type": "module",
"version": "0.9.1",
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@9.12.3",
"description": "Form state management and validation for Vue3",
"author": {
"name": "Ayaka Rizumu",
Expand Down
Loading

0 comments on commit 5c9c4a0

Please sign in to comment.