diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9484d97..bdc992e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,6 +14,8 @@ jobs: - uses: actions/setup-node@v4 #Setup Node with: node-version-file: '.nvmrc' + cache: 'npm' + cache-dependency-path: '**/package-lock.json' - run: npm ci - run: APIKEY=${{ secrets.APIKEY }} npm run build - run: APIKEY=${{ secrets.APIKEY }} npm run examples diff --git a/package-lock.json b/package-lock.json index b2c7238..3a51ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mappable-test-server", - "version": "1.0.52", + "version": "1.0.53", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mappable-test-server", - "version": "1.0.52", + "version": "1.0.53", "license": "Apache-2", "dependencies": { "@hapi/boom": "^10.0.1", diff --git a/package.json b/package.json index cb14406..e78d8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mappable-test-server", - "version": "1.0.52", + "version": "1.0.53", "private": "true", "description": "Test server for demonstrating work with the tile and bbox data loading API for the Mappable API", "scripts": {