Skip to content

Commit ccea0d7

Browse files
committed
Merge branch 'develop'
2 parents 7a34adf + 698805e commit ccea0d7

7 files changed

Lines changed: 19 additions & 3314 deletions

File tree

.github/workflows/deploy-dev.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
with:
4747
node-version: 24
4848

49+
- name: Pin npm
50+
run: npm install -g npm@11.6.2
51+
4952
- name: Install Serverless Framework
5053
run: npm install -g serverless@3.40.0
5154

.github/workflows/deploy-prod.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
with:
4444
node-version: 24
4545

46+
- name: Pin npm
47+
run: npm install -g npm@11.6.2
48+
4649
- name: Install Serverless Framework
4750
run: npm install -g serverless@3.40.0
4851

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
node-version: 24
2323

24+
- name: Pin npm
25+
run: npm install -g npm@11.6.2
26+
2427
- name: Create .npmrc
2528
run: echo "@abstractplay:registry=https://npm.pkg.github.com/" > .npmrc
2629
- run: echo "//npm.pkg.github.com/:_authToken=${{secrets.PAT_READ_PACKAGES}}" >> .npmrc

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

ci-deps.dev.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"renderer": "1.0.0-ci-33082444108.0",
3-
"updatedAt": "2026-08-27T15:22:54.593Z",
4-
"source": "gameslib-ci-33086920681",
5-
"gameslib": "1.0.0-ci-33086920681.0"
2+
"renderer": "1.0.0-ci-33093407419.0",
3+
"updatedAt": "2026-08-27T16:43:49.450Z",
4+
"source": "gameslib-ci-33094250166",
5+
"gameslib": "1.0.0-ci-33094250166.0"
66
}

0 commit comments

Comments
 (0)