File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 10
10
- ' website.js'
11
11
- ' CHANGELOG.md'
12
12
push :
13
- branches:ubuntu
13
+ branches :
14
14
- master
15
15
paths :
16
16
- ' .github/workflows/documentation.yml'
Original file line number Diff line number Diff line change 87
87
- name : Setup node
88
88
uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
89
89
with :
90
- <<<<<<< HEAD
91
90
node-version : 22
92
- =======
93
- node-version : 20
94
- >>>>>>> 7.x
95
91
- name : Load MongoDB binary cache
96
92
id : cache-mongodb-binaries
97
93
uses : actions/cache@v4
@@ -119,11 +115,7 @@ jobs:
119
115
- name : Setup node
120
116
uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
121
117
with :
122
- <<<<<<< HEAD
123
118
node-version : 22
124
- =======
125
- node-version : 20
126
- >>>>>>> 7.x
127
119
- run : npm install
128
120
- name : Test
129
121
run : npm run test-rs
You can’t perform that action at this time.
0 commit comments