Skip to content

Commit 3a8dbcb

Browse files
chore: pin dependency node to 16.20.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af15cf5 commit 3a8dbcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Use Node.js 16
8383
uses: actions/setup-node@v2
8484
with:
85-
node-version: 16
85+
node-version: 16.20.2
8686
- name: Bootstrap project
8787
run: |
8888
npm ci --ignore-scripts
@@ -101,7 +101,7 @@ jobs:
101101
- name: Use Node.js 16
102102
uses: actions/setup-node@v2
103103
with:
104-
node-version: 16
104+
node-version: 16.20.2
105105
- name: Bootstrap project
106106
run: |
107107
npm ci --ignore-scripts

0 commit comments

Comments
 (0)