Skip to content

Commit

Permalink
Update to newer test package (Azure#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbom authored Nov 2, 2023
1 parent 225307b commit a353b6d
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 290 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
version: 14
version: 16
- name: Build Extension
run: |
npm run install:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
# Run install dependencies
- name: Install dependencies
run: npm run install:all
Expand Down
Loading

0 comments on commit a353b6d

Please sign in to comment.