Skip to content

Commit

Permalink
chore: fix release maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 3, 2024
1 parent 12befaf commit e12feb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
uses: pnpm/action-setup@v3

- name: Use Node.js v16
uses: actions/setup-node@v2
- name: Use Node.js v18
uses: actions/setup-node@v4
with:
node-version: v16
node-version: v18
registry-url: https://registry.npmjs.org/
cache: "pnpm"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
### Install

```bash
yarn add nuxt-windicss -D
# npm i nuxt-windicss -D
npx nuxi@latest module add windicss
```

Note: If you're using Nuxt v2, you should stay on the 2.x tags: `npm install nuxt-windicss@2`.

## Usage

Expand Down

0 comments on commit e12feb3

Please sign in to comment.