Skip to content

Commit

Permalink
Run tests with Node 20
Browse files Browse the repository at this point in the history
Brings back into consistency with other plugins
  • Loading branch information
chadlwilson committed Aug 16, 2024
1 parent 0c21daf commit ee0cd22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ jobs:
run: |
./run.sh install
- name: Use Node.js
uses: actions/setup-node@v3
- name: Use NodeJS 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20

- name: Prep LSP tests
run: |
Expand Down

0 comments on commit ee0cd22

Please sign in to comment.