From 8a2c581639de82efff375326c4f9891bc7a4395f Mon Sep 17 00:00:00 2001 From: Lucio Benfante Date: Thu, 18 Jan 2024 15:52:26 +0100 Subject: [PATCH] Add container configuration for the build job --- .github/workflows/angular.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 1359331..c096224 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -19,6 +19,7 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest + container: node:18 # Steps represent a sequence of tasks that will be executed as part of the job steps: