Skip to content

Commit

Permalink
prepare 5.4.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jun 24, 2024
1 parent aec6295 commit fe686d5
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 59 deletions.
8 changes: 4 additions & 4 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ extends:
testPlatforms:
- name: Linux
nodeVersions:
- 16.x
- 18.x
- name: MacOS
nodeVersions:
- 16.x
- 18.x
- name: Windows
nodeVersions:
- 16.x
- 18.x

testSteps:
- script: npm ci
displayName: Install dependencies
displayName: Install dependencies
- script: npm test
displayName: Test npm package
Loading

0 comments on commit fe686d5

Please sign in to comment.