pinning node version to fix error
All checks were successful
test and deploy / Build & Unit Test (push) Successful in 1m3s
test and deploy / Package & Push Container (push) Successful in 1m31s

This commit is contained in:
Andy Pack 2024-07-20 12:32:28 +01:00
parent efa58eecda
commit 0d5255992d
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on: [push]
env:
python-version: '3.11'
poetry-version: 1.8.3
node-version: 22
node-version: 22.5.1
jobs:
build:

View File

@ -4,7 +4,7 @@ on: [push]
env:
python-version: '3.11'
poetry-version: 1.8.3
node-version: 22
node-version: 22.5.1
jobs:
build:

View File

@ -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