1
0
Fork 0

updated node version in workflow

This commit is contained in:
Mia Rose Winter 2025-12-15 15:20:54 +01:00
parent 3923532bf6
commit 03bda75ca5
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '18.x' node-version: '22.x'
- run: npm ci - run: npm ci
- run: npm run build - run: npm run build