Skip to content

Commit d52a787

Browse files
Update dependency node to v20.19.4
1 parent 086dfd1 commit d52a787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '20'
31+
node-version: '20.19.4'
3232
cache: 'pnpm'
3333
- run: pnpm install
3434
- run: pnpm lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '20'
26+
node-version: '20.19.4'
2727
cache: 'pnpm'
2828
- run: pnpm install
2929
env:

0 commit comments

Comments
 (0)