Skip to content

Commit 1a8301b

Browse files
committed
Use newer version of the sdk
1 parent 79c64e5 commit 1a8301b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- run: uv tool install pebble-tool
2323
- run: npm install
2424
- run: npm run build
25+
- run: pebble sdk install 4.9.127
2526
- run: pebble build
2627
- name: Update npm
2728
run: npm install -g npm@latest

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rebble/clay",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Pebble Config Framework",
55
"scripts": {
66
"test-travis": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI",

0 commit comments

Comments
 (0)