Skip to content

Commit 2ef38e5

Browse files
committed
Merge branch 'master' of github.com:google/blockly-samples into nesky_comment_2
2 parents 8a24ec7 + 243cbee commit 2ef38e5

File tree

197 files changed

+181712
-59077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+181712
-59077
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x]
16+
node-version: [18.x, 20.x, 22.x]
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

25-
- name: Npm Install
26-
run: npm install
25+
- name: Npm CI
26+
run: npm ci
2727

2828
- name: Build
2929
run: npm run build
@@ -35,15 +35,15 @@ jobs:
3535
timeout-minutes: 5
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v4
3939

4040
- name: Setup node
41-
uses: actions/setup-node@v3
41+
uses: actions/setup-node@v4
4242
with:
4343
node-version: 20
4444

45-
- name: Npm Install
46-
run: npm install
45+
- name: Npm CI
46+
run: npm ci
4747

4848
- name: Lint
4949
run: npm run lint
@@ -52,15 +52,15 @@ jobs:
5252
timeout-minutes: 5
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v4
5656

5757
- name: Setup node
58-
uses: actions/setup-node@v3
58+
uses: actions/setup-node@v4
5959
with:
6060
node-version: 20
6161

62-
- name: Npm Install
63-
run: npm install
62+
- name: Npm CI
63+
run: npm ci
6464

6565
- name: Check Format
6666
run: npm run format:check

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Publish
5959
env:
6060
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
run: npx lerna publish --no-private --conventional-commits --create-release github --yes
61+
run: cd plugins && npx lerna publish --no-private --conventional-commits --create-release github --yes
6262

6363
update-gh-pages:
6464
name: Update GitHub Pages

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gh-pages/*
1313
examples/blockly-svelte/public/bundle.js
1414
examples/blockly-angular/.angular
1515
**/node_modules/*
16+
**/package-lock.json
1617
**/CHANGELOG.md
1718
CHANGELOG.md
1819
PULL_REQUEST_TEMPLATE.md

examples/backpack-demo/package-lock.json

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

0 commit comments

Comments
 (0)