Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Node 16 to match VS Code #605

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '10.x'
node-version: '16.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '10.x'
node-version: '16.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '10.x'
node-version: '16.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '10.x'
node-version: '16.x'
- uses: actions/setup-java@v3
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository contains the WPILib VS Code extension, along with the standalone


## Build Dependencies
* Node JS - Tested with Node 8.
* Node JS - Tested with Node 16.
* Java - Tested with Java 17
* VS Code - For development/debugging.
* TS Lint Extension
Expand Down
Loading