diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index 1b12a29..1a02f48 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies and build run: npm install && npm run build diff --git a/package.json b/package.json index 3f1ff23..3a5f57e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-cesium-next", - "version": "2.0.4", + "version": "2.0.5", "description": "Cesium library plugin for Vite", "main": "./dist/index.js", "module": "./dist/index.mjs",