From 63287cb9751d9015329ac4aeb2950e904210e293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= <398188662@qq.com> Date: Thu, 18 Dec 2025 20:03:36 +0800 Subject: [PATCH] released v1.11.0 --- .github/workflows/ci.yml | 11 +++-------- package.json | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89c82f0..a370a9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 registry-url: 'https://registry.npmjs.org' - run: npm install @@ -124,13 +124,8 @@ jobs: # http://localhost:9881/ # ``` - # - run: npm install @jsdevtools/npm-publish -g - # - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json - - run: npm publish --access public --provenance continue-on-error: true - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Create Docker Image - name: Docker login diff --git a/package.json b/package.json index 04f8151..35a1e32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awesome-mac", - "version": "1.10.0", + "version": "1.11.0", "description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ", "homepage": "https://jaywcjlove.github.io/awesome-mac", "funding": "https://jaywcjlove.github.io/#/sponsor",