Skip to content

Commit

Permalink
chore(deps): update dependency node to v22.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent ff499f3 commit 37e485c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.7.0'
node-version: '22.8.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.7.0'
node-version: '22.8.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.7.0'
node-version: '22.8.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.7.0'
node-version: '22.8.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.7.0'
node-version: '22.8.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.7.0'
node-version: '22.8.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.7.0'
node-version: '22.8.0'

- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.7.0
22.8.0
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
":prConcurrentLimitNone"
],
"constraints": {
"node": "22.7.0",
"node": "22.8.0",
"php": "8.3.11"
},
"automergeType": "branch",
Expand Down

0 comments on commit 37e485c

Please sign in to comment.