Skip to content

Commit

Permalink
prepare 3.3.0 (#90)
Browse files Browse the repository at this point in the history
* prepare 3.3.0

* add exports

* update github ci to node 18
  • Loading branch information
aeschli committed Jun 24, 2024
1 parent 9e24580 commit 4f3cf98
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 1,945 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Install root project dependencies
run: npm install
- name: Build and run tests
Expand Down
10 changes: 5 additions & 5 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ extends:
testPlatforms:
- name: Linux
nodeVersions:
- 16.x
- 18.x
- name: MacOS
nodeVersions:
- 16.x
- 18.x
- name: Windows
nodeVersions:
- 16.x
- 18.x

buildSteps:
- script: npm ci
displayName: Install dependencies
displayName: Install dependencies

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

Expand Down
Loading

0 comments on commit 4f3cf98

Please sign in to comment.