diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e6d363..7526d2e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@master with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ - run: npm publish env: diff --git a/package.json b/package.json index c947aac..592d1a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-minidyne", - "version": "4.0.0", + "version": "4.0.1", "description": "Hexo theme minidyne", "repository": { "type": "git",