Compare commits

..

3 commits

Author SHA1 Message Date
Renovate Bot
0d208b318d Update dependency @vitejs/plugin-vue to v5.2.1
All checks were successful
Testing / test (pull_request) Successful in 18m34s
2025-03-06 09:01:02 +00:00
48a9d6649f Upgrade to Node 23 in testing
All checks were successful
Testing / test (pull_request) Successful in 10m18s
Testing / test (push) Successful in 10m40s
2025-03-06 00:08:04 -08:00
33e9a844a0 Changed testing label
Some checks failed
Testing / test (push) Has been cancelled
Testing / test (pull_request) Has been cancelled
2025-03-06 00:03:43 -08:00

View file

@ -10,7 +10,7 @@ on:
jobs:
test:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout code
@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '23'
- name: Install dependencies
run: npm ci