pinning node version to fix error
This commit is contained in:
parent
efa58eecda
commit
0d5255992d
@ -4,7 +4,7 @@ on: [push]
|
|||||||
env:
|
env:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
poetry-version: 1.8.3
|
poetry-version: 1.8.3
|
||||||
node-version: 22
|
node-version: 22.5.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,7 +4,7 @@ on: [push]
|
|||||||
env:
|
env:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
poetry-version: 1.8.3
|
poetry-version: 1.8.3
|
||||||
node-version: 22
|
node-version: 22.5.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine AS js-build
|
FROM node:22.5.1-alpine AS js-build
|
||||||
|
|
||||||
RUN npm install -g sass
|
RUN npm install -g sass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user