Update test.yml

This commit is contained in:
plebeius
2025-11-25 13:19:43 +01:00
parent 9e8e9e8b03
commit f3b4c7930d
+2 -2
View File
@@ -11,12 +11,12 @@ jobs:
name: Test Linux (Ubuntu) name: Test Linux (Ubuntu)
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js v22 - name: Setup Node.js v22
uses: actions/setup-node@v3 uses: actions/setup-node@v6
with: with:
node-version: 22 node-version: 22
cache: 'yarn' cache: 'yarn'