Skip to content

Commit

Permalink
chore(deps): update dependency node to v22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 1652f8a commit dd82a3d
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 @@ -107,7 +107,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.4.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.4.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.4.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.4.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.4.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.4.0'

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

- uses: actions/setup-node@v4
with:
node-version: '22.3.0'
node-version: '22.4.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.3.0
22.4.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 @@
],
"force": {
"constraints": {
"node": "22.3.0",
"node": "22.4.0",
"php": "8.3.7"
}
},
Expand Down

0 comments on commit dd82a3d

Please sign in to comment.