Skip to content

Commit 4f3cf98

Browse files
authored
prepare 3.3.0 (#90)
* prepare 3.3.0 * add exports * update github ci to node 18
1 parent 9e24580 commit 4f3cf98

File tree

4 files changed

+298
-1945
lines changed

4 files changed

+298
-1945
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16.x
17+
node-version: 18.x
1818
- name: Install root project dependencies
1919
run: npm install
2020
- name: Build and run tests

Diff for: build/pipeline.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ extends:
3030
testPlatforms:
3131
- name: Linux
3232
nodeVersions:
33-
- 16.x
33+
- 18.x
3434
- name: MacOS
3535
nodeVersions:
36-
- 16.x
36+
- 18.x
3737
- name: Windows
3838
nodeVersions:
39-
- 16.x
39+
- 18.x
4040

4141
buildSteps:
4242
- script: npm ci
43-
displayName: Install dependencies
43+
displayName: Install dependencies
4444

4545
testSteps:
4646
- script: npm ci
47-
displayName: Install dependencies
47+
displayName: Install dependencies
4848
- script: npm test
4949
displayName: Test npm package
5050

0 commit comments

Comments
 (0)