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",