diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 694aa48..e9c3150 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,6 +22,7 @@ jobs: - run: uv tool install pebble-tool - run: npm install - run: npm run build + - run: pebble sdk install 4.9.127 - run: pebble build - name: Update npm run: npm install -g npm@latest diff --git a/package-lock.json b/package-lock.json index 59b2cfd..e7e65f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rebble/clay", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rebble/clay", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.23", diff --git a/package.json b/package.json index a7e13a8..b754431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rebble/clay", - "version": "1.0.7", + "version": "1.0.8", "description": "Pebble Config Framework", "scripts": { "test-travis": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI",