Skip to content

Commit 5ad7cd1

Browse files
committed
Updating github actions build containers to v22 to match the docker containers
1 parent d42851a commit 5ad7cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: '16'
25+
node-version: '22'
2626
- name: npm install
2727
working-directory: ./pipeline-ui/frontend
2828
run: npm install
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
- uses: actions/setup-node@v2
3838
with:
39-
node-version: '16'
39+
node-version: '22'
4040
- name: Start containers
4141
run: docker compose -f "docker-compose.yml" up -d --build
4242
- name: npm install

0 commit comments

Comments
 (0)