Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 161d649 commit b59c1ad
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 @@ -63,7 +63,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.1.0'

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

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.1.0'

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

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.1.0'

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

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.1.0'

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

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.1.0'

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

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.1.0'

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

- uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.1.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 @@
20.12.2
22.1.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": "20.12.2",
"node": "22.1.0",
"php": "8.3.6"
}
},
Expand Down

0 comments on commit b59c1ad

Please sign in to comment.