Skip to content

Commit 1b36971

Browse files
chore(deps): update dependency node to v20.19.2
1 parent 162a7e9 commit 1b36971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 'v20.18.0'
18+
node-version: '20.19.2'
1919
- run: mkdir artifacts
2020
- run: npm ci
2121
- name: Prettier

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 'v20.18.0'
16+
node-version: '20.19.2'
1717
- run: npm ci
1818
# - name: Download Phpactor
1919
# run: npm run download-phpactor

0 commit comments

Comments
 (0)