Skip to content

Commit

Permalink
packaging fails on linux latest w/ node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Sep 1, 2024
1 parent 5fb1c04 commit 65cd1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
# TODO add macos-latest and fix https://github.com/mark-wiemer/vscode-helloworld/issues/10
os: [ubuntu-latest, windows-latest]
node-version: [16.x]
os: [windows-latest]
node-version: [20.x]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 65cd1d6

Please sign in to comment.