ci: tryfix upgrade to newer node
This commit is contained in:
@@ -10,13 +10,15 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
lint-and-format:
|
lint-and-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ubuntu:25.10
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Install node and npm
|
- name: Install node and npm
|
||||||
run: apt-get update && apt-get install -y nodejs npm
|
run: apt-get update && apt-get install -y nodejs npm
|
||||||
|
|
||||||
- name: Install dependencies for frontend
|
- name: Install dependencies for frontend
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user