Skip to content

Commit

Permalink
Merge branch 'GDevelopApp:main' into WithThreeJS2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PANDAKO-GitHub authored Jun 4, 2024
2 parents d79fbf4 + 94d5137 commit b4c0a06
Show file tree
Hide file tree
Showing 5 changed files with 18,939 additions and 400 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
install:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- run: npm install
Expand All @@ -16,7 +16,7 @@ jobs:
- node_modules
tests:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- attach_workspace:
Expand All @@ -26,7 +26,7 @@ jobs:
- run: npm run check-format
build:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- attach_workspace:
Expand All @@ -39,7 +39,7 @@ jobs:
- dist
deploy:
docker:
- image: cimg/node:14.17.0
- image: cimg/node:20.13.1
steps:
- checkout
- attach_workspace:
Expand Down
Loading

0 comments on commit b4c0a06

Please sign in to comment.