Skip to content

Commit

Permalink
chore: bump to Node 18 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Nov 9, 2023
1 parent 58e0b4b commit 7d4d535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ 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

Expand Down

0 comments on commit 7d4d535

Please sign in to comment.