Skip to content

Commit

Permalink
New version 1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Mar 19, 2024
1 parent aca5fed commit e388f5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e388f5e

Please sign in to comment.