chore: bump node in tests.yml (#10670)

This commit is contained in:
David Luzar
2026-01-19 09:23:50 +01:00
committed by GitHub
parent 9d760336d1
commit 1f47d61e8c
+2 -2
View File
@@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js 18.x
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- name: Install and test
run: |
yarn install