Skip to content

Commit 71dfa90

Browse files
authored
Merge branch 'dev-2.0' into webgpu-perf
2 parents 6f3a49f + 4fc91bf commit 71dfa90

92 files changed

Lines changed: 2368 additions & 7410 deletions

File tree

Some content is hidden

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

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v1
17-
- name: Use Node.js 20.x
17+
- name: Use Node.js 22.x
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
- name: Get node modules
2222
run: npm ci
2323
env:

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27-
- name: Use Node.js 20.x
27+
- name: Use Node.js 22.x
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 20.x
30+
node-version: 22.x
3131

3232
- name: Verify Chrome (Ubuntu)
3333
if: matrix.os == 'ubuntu-latest' && matrix.browser == 'chrome'

.github/workflows/release-workflow-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
- name: Get semver info
2626
id: semver
2727
uses: akshens/semver-tag@v4

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
- name: Get semver info
2626
id: semver
2727
uses: akshens/semver-tag@v4

0 commit comments

Comments
 (0)