Skip to content

Commit 4615e8a

Browse files
authored
Update node version used to build web demo (#85)
This has been failing for a while now - hopefully this fixes it.
1 parent c3e211e commit 4615e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-web-demo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Deploy Web demo
22

33
on:
44
workflow_run:
5-
workflows:
5+
workflows:
66
- React build
77
types:
88
- completed
9-
branches:
9+
branches:
1010
- main
1111
workflow_dispatch:
1212

@@ -33,7 +33,7 @@ jobs:
3333

3434
strategy:
3535
matrix:
36-
node-version: [18.x]
36+
node-version: [22.x]
3737
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3838

3939
steps:

0 commit comments

Comments
 (0)