Skip to content

Commit 6cfc67f

Browse files
chore(deps): update dependency node to v16.20.2 (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bf4a7a commit 6cfc67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: '16.11.0' # specified in the package.json engines.node field
52+
node-version: '16.20.2' # specified in the package.json engines.node field
5353

5454
- name: Install dependencies
5555
run: npm ci

0 commit comments

Comments
 (0)