Update node version in pipelines

This commit is contained in:
Lea Anthony
2024-03-19 21:35:11 +11:00
parent 4093c9ec64
commit c451adc424
4 changed files with 4 additions and 4 deletions
@@ -25,7 +25,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x
- name: Setup Task
uses: arduino/setup-task@v1