| 12345678910111213141516171819202122232425 | language: node_jsnode_js:  - "14"branches:  only:  - maincache:directories:  - node_modules  - .nextbranches:  only:  - mainscript:  - npm run test  - npm run builddeploy:  provider: pages  skip_cleanup: true  local_dir: out  github_token: $GITHUB_TOKEN  target_branch: gh-pages  keep_history: true  on:    branch: main
 |