Skip to content

Commit e3784bf

Browse files
committed
Fix publish service versions.
1 parent c4f3193 commit e3784bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
types: [published]
55
workflow_dispatch:
66
jobs:
7-
build-and-test:
7+
build-test-and-publish:
88
runs-on: ubuntu-latest
9-
container: node:22
9+
container: node:20
1010
services:
1111
redis:
12-
image: redis:5.0
12+
image: redis:7.0
1313
options: >-
1414
--health-cmd "redis-cli ping"
1515
--health-interval 5s

0 commit comments

Comments
 (0)