Compare commits
6 Commits
421dbac75b
...
c463098455
| Author | SHA1 | Date | |
|---|---|---|---|
|
c463098455
|
|||
| 94e9deaacc | |||
| 53883d4307 | |||
| b7beefe14e | |||
| 8b7a9251c1 | |||
| 8335445fac |
@@ -37,9 +37,9 @@ jobs:
|
||||
|
||||
- name: Set up Node.js
|
||||
if: steps.check-branch-exists.outputs.exists == 'true'
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '22'
|
||||
node-version: '24'
|
||||
|
||||
- name: Lint Docker Compose
|
||||
if: steps.check-branch-exists.outputs.exists == 'true'
|
||||
|
||||
@@ -9,7 +9,7 @@ actual:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/actualbudget/actual
|
||||
tag: 25.10.0
|
||||
tag: 25.11.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
Reference in New Issue
Block a user