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