Compare commits

...
1 Commits
Author SHA1 Message Date
Stasia Michalska 1a8301b0cc Use newer version of the sdk 2026-02-19 03:56:38 +01:00
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
- run: uv tool install pebble-tool - run: uv tool install pebble-tool
- run: npm install - run: npm install
- run: npm run build - run: npm run build
- run: pebble sdk install 4.9.127
- run: pebble build - run: pebble build
- name: Update npm - name: Update npm
run: npm install -g npm@latest run: npm install -g npm@latest
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@rebble/clay", "name": "@rebble/clay",
"version": "1.0.7", "version": "1.0.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@rebble/clay", "name": "@rebble/clay",
"version": "1.0.7", "version": "1.0.8",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.23", "autoprefixer": "^10.4.23",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@rebble/clay", "name": "@rebble/clay",
"version": "1.0.7", "version": "1.0.8",
"description": "Pebble Config Framework", "description": "Pebble Config Framework",
"scripts": { "scripts": {
"test-travis": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI", "test-travis": "./node_modules/.bin/gulp && ./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI",