matrix:
NODE_VERSION:
- 18
- 20
steps:
- name: test
image: node:${NODE_VERSION}
commands:
- npm install
- npm test
when: [push, pull_request]