Skip to content

Commit

Permalink
chore(deps): bump to nodejs 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 11, 2024
1 parent 2d17f98 commit a812d69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.10.0
- 20.11.0
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.1
with:
node-version: 20.10.0
node-version: 20.11.0
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
languages: javascript
- uses: actions/setup-node@v4.0.1
with:
node-version: 20.10.0
node-version: 20.11.0
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version:
- 20.10.0
- 20.11.0
browser:
- chrome
steps:
Expand Down

0 comments on commit a812d69

Please sign in to comment.