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