Update node version in pipelines

(cherry picked from commit c451adc424)
This commit is contained in:
Lea Anthony
2024-03-19 21:35:38 +11:00
parent bf3bdadd90
commit 1b3b8178ec
4 changed files with 4 additions and 4 deletions
@@ -15,7 +15,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x
- name: Install Task
uses: arduino/setup-task@v1