mirror of
https://github.com/scratchfoundation/scratchjr-website.git
synced 2025-08-28 22:30:12 -04:00
ci: add checkout command
This commit is contained in:
parent
fa7ce7a776
commit
64284f77aa
1 changed files with 2 additions and 0 deletions
|
@ -9,10 +9,12 @@ executors:
|
|||
scratchjr-website-executor:
|
||||
docker:
|
||||
- image: cimg/node:17.0.0
|
||||
resource_class: small
|
||||
jobs:
|
||||
setup_app:
|
||||
executor: scratchjr-website-executor
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue