Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent d5e17c1 commit b67fbb7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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: '20.13.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: '20.13.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: '20.13.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: '20.13.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: '20.13.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: '20.13.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: '20.13.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
20.13.0
8 changes: 4 additions & 4 deletions .ops/aws-setup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ops/aws-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "7.24.5",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
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": "20.13.0",
"php": "8.3.6"
}
},
Expand Down

0 comments on commit b67fbb7

Please sign in to comment.