Skip to content

Commit 5ee46e4

Browse files
committed
fix: pin to [email protected]
1 parent 83db46a commit 5ee46e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: ci
33
on:
44
- pull_request
55
- push
6+
branch: master
67

78
jobs:
89
test:
@@ -127,7 +128,7 @@ jobs:
127128
node-version: "21"
128129

129130
- name: Node.js 22.x
130-
node-version: "22"
131+
node-version: "22.4.1"
131132

132133
steps:
133134
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)