From e12feb33ad77f697e024f6b6b153d8f6cc0fb403 Mon Sep 17 00:00:00 2001 From: harlan Date: Wed, 3 Jul 2024 13:21:09 +1000 Subject: [PATCH] chore: fix release maybe --- .github/workflows/release.yml | 10 +++++----- README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7200d34..419280f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" diff --git a/README.md b/README.md index 117e4cd..6e3c0f0 100755 --- a/README.md +++ b/README.md @@ -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