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