Skip to content

Commit

Permalink
workflow: upgrade ci (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound authored Nov 5, 2024
1 parent 0e876fa commit 2172469
Show file tree
Hide file tree
Showing 3 changed files with 4,009 additions and 3,249 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ jobs:

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

steps:
- uses: actions/checkout@v4

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

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
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 2172469

Please sign in to comment.