Skip to content

Commit 8cbbee4

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: ci
2-
32
on:
4-
- pull_request
5-
- push
3+
push:
4+
branches:
5+
- master
6+
pull_request:
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)