Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 20, 2023
1 parent 22027b7 commit a5809fa
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 109 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
- uses: actions/checkout@v3

- name: Set node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: lts/*

- name: Setup PNPM
uses: pnpm/[email protected]
with:
version: 8.7.4
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Install
run: pnpm i
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@babel/types": "^7.23.6",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@unocss/eslint-plugin": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"bumpp": "^9.2.1",
Expand All @@ -69,6 +69,6 @@
"unbuild": "^2.0.0",
"unocss": "^0.58.0",
"vite": "^5.0.10",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion playground/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div class="custom-rule">
Unpreset Starter
Unpreset Starter
</div>
<div class="flex">
<div class="bg-white text-center col-3">
Expand Down
2 changes: 1 addition & 1 deletion playground/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import App from './App.vue'
import { createApp } from 'vue'
import App from './App.vue'
import 'uno.css'

createApp(App).mount('#app')
Loading

0 comments on commit a5809fa

Please sign in to comment.