steps: test: image: node:20.10.0 commands: - yarn install - yarn lint - yarn build - yarn test