Skip to content

Commit 22cf178

Browse files
authored
Merge pull request #25 from getlocalcert/renovate/pin-dependencies
chore(deps): pin dependency node to 20.19.5
2 parents 36ee33d + a2ef085 commit 22cf178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node
4545
uses: actions/setup-node@v4
4646
with:
47-
node-version: "20"
47+
node-version: "20.19.5"
4848
cache: ${{ steps.detect-package-manager.outputs.manager }}
4949

5050
- name: Restore cache

0 commit comments

Comments
 (0)