Try to simplify ci

This commit is contained in:
Jacob Karlsson 2024-04-13 15:44:35 +02:00
parent f0be09f32a
commit 7859ca11da
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@ matrix:
- 20
steps:
- name: test
test:
when:
event: [push, pull_request]
image: node:${NODE_VERSION}
commands:
- npm install
- npm test
when:
- event: [push, pull_request]
- npm test